prefixIconColor property

Color? prefixIconColor
final

Optional color of the prefixIcon

Defaults to iconColor

If prefixIconColor 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? prefixIconColor;