xs property

Sets textScaleFactor to extra small i.e. 0.75

Implementation

VxSelectableTextBuilder get xs =>
    _fontSizedText(child: this, scaleFactor: 0.75);