crossAxisAlignment property

CrossAxisAlignment crossAxisAlignment
final

Controls the vertical alignment of the prefix and the suffix widget in relation to content.

Defaults to CrossAxisAlignment.center.

Has no effect when both the prefix and suffix are null.

Implementation

final CrossAxisAlignment crossAxisAlignment;