textColor property

Color textColor

Implementation

Color get textColor => this._textColor ?? Colors.black87;
void textColor=(Color value)

Implementation

set textColor(Color value) {
  _textColor = value;
}