textColor property

ValueNotifier<Color>? textColor
final

The color of the text inside the text field.

Implementation

final ValueNotifier<Color>? textColor;