floatingLabelStyle property

TextStyle? floatingLabelStyle
final

The style to use for the labelText when the label is above (i.e., vertically adjacent to) the input field.

If null, defaults to labelStyle.

Implementation

final TextStyle? floatingLabelStyle;