suffixIconColor property Null safety
final
Optional color of the suffixIcon
Defaults to iconColor
If suffixIconColor is a MaterialStateColor, then the effective color can depend on the MaterialState.focused state, i.e. if the TextField is focused or not.
Implementation
final Color? suffixIconColor;