textColor property
String?
get
textColor
Implementation
String? get textColor => getProperty(this, 'text_color');
set
textColor
(String? value)
Implementation
set textColor(String? value) {
setProperty(this, 'text_color', value);
}