height property

double? height
final

Fixed height of the text field.

If non-null, the field is wrapped in a SizedBox with this height. Mutually exclusive with minHeight / maxHeight.

Set to 44 to match GlassSearchBar.height for visual parity in single-line mode.

Implementation

final double? height;