suffixIconColor property
final
The Color to use for the InputDecoration.suffixIcon.
If suffixIconColor is a WidgetStateColor, 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 ColorScheme.primary.
Implementation
final Color? suffixIconColor;