textColor property

String? textColor

Implementation

String? get textColor => getProperty(this, 'text_color');
void textColor=(String? value)

Implementation

set textColor(String? value) {
  setProperty(this, 'text_color', value);
}