textColor property

Color textColor
final

backgroundColor is required but textColor is default to Colors.white splashColor is default to Colors.white30

textColor field will be overridden if textStyle is not null.

Implementation

final Color textColor;