textColor property

int textColor

Implementation

int get textColor => _defaultTextFormat.color;
void textColor=(int value)

Implementation

set textColor(int value) {
  _defaultTextFormat.color = value;
  _refreshPending |= 2;
}