textColor property

String? textColor

Implementation

String? get textColor => _$this._textColor;
void textColor=(String? textColor)

Implementation

set textColor(String? textColor) => _$this._textColor = textColor;