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