suffixIconColor property
final
Optional color of the suffixIcon.
Defaults to iconColor
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.
Implementation
final Color? suffixIconColor;