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