sm property
VxRichText
get
sm
Sets textScaleFactor to small i.e. 0.875
Implementation
VxRichText get sm => _fontSizedText(child: this, scaleFactor: 0.875);
Sets textScaleFactor to small i.e. 0.875
VxRichText get sm => _fontSizedText(child: this, scaleFactor: 0.875);