base property
VxTextBuilder
get
base
Sets textScaleFactor to base i.e. 1 or default
Implementation
VxTextBuilder get base => _fontSizedText(child: this, scaleFactor: 1);
Sets textScaleFactor to base i.e. 1 or default
VxTextBuilder get base => _fontSizedText(child: this, scaleFactor: 1);