xl5 property
VxRichText
get
xl5
Sets textScaleFactor to five times extra large i.e. 3
Implementation
VxRichText get xl5 => _fontSizedText(child: this, scaleFactor: 3);
Sets textScaleFactor to five times extra large i.e. 3
VxRichText get xl5 => _fontSizedText(child: this, scaleFactor: 3);