iconColor property
final
The color of the icon.
If iconColor 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? iconColor;
The color of the icon.
If iconColor is a MaterialStateColor, then the effective color can depend on the MaterialState.focused state, i.e. if the TextField is focused or not.
final Color? iconColor;