textSize property

double? textSize

Implementation

double? get textSize => this._textSize;
void textSize=(double? value)

Implementation

set textSize(double? value) {
  _textSize = value;
}