fillColor property

Color? fillColor
final

The color with which the TextField is filled, if filled is true. Ignored if inputDecoration is non-null.

By default chooses a color based on the Theme.

Implementation

final Color? fillColor;