textColor property

Color textColor

Implementation

Color get textColor => _textColor;
void textColor=(Color color)

Implementation

set textColor(Color color) {
  _textColor = textColor;
  notifyListeners();
}