suffixStyle property
final
The style to use for the InputDecoration.suffixText.
If suffixStyle is a WidgetStateTextStyle, then the effective color can depend on the WidgetState.focused state, i.e. if the TextField is focused or not.
If null, defaults to the hintStyle.
Implementation
final TextStyle? suffixStyle;