textSize property
double?
get
textSize
Implementation
double? get textSize => this._textSize;
set
textSize
(double? value)
Implementation
set textSize(double? value) {
_textSize = value;
}