helperStyle property

TextStyle? helperStyle
final

The style to use for InputDecoration.helperText.

If helperStyle is a MaterialStateTextStyle, then the effective text style can depend on the MaterialState.focused state, i.e. if the TextField is focused or not.

Implementation

final TextStyle? helperStyle;