xs property
VxTextBuilder
get
xs
Sets textScaleFactor to extra small i.e. 0.75
Implementation
VxTextBuilder get xs => _fontSizedText(child: this, scaleFactor: 0.75);
Sets textScaleFactor to extra small i.e. 0.75
VxTextBuilder get xs => _fontSizedText(child: this, scaleFactor: 0.75);