suffixStyle property

TextStyle? suffixStyle
final

The style to use for the suffixText.

If suffixStyle is a WidgetStateTextStyle, then the effective text style can depend on the WidgetState.focused state, i.e. if the TextField is focused or not.

If null, defaults to the hintStyle.

See also:

Implementation

final TextStyle? suffixStyle;