textColor property

MaterialStateProperty<Color?>? textColor
final

It is the color of the text

You can receive this state: MaterialState.disabled

Implementation

final MaterialStateProperty<Color?>? textColor;