lg property
VxRichText
get
lg
Sets textScaleFactor to large i.e. 1.125
Implementation
VxRichText get lg => _fontSizedText(child: this, scaleFactor: 1.125);
Sets textScaleFactor to large i.e. 1.125
VxRichText get lg => _fontSizedText(child: this, scaleFactor: 1.125);