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