xl property
VxTextBuilder
get
xl
Sets textScaleFactor to extra large i.e. 1.25
Implementation
VxTextBuilder get xl => _fontSizedText(child: this, scaleFactor: 1.25);
Sets textScaleFactor to extra large i.e. 1.25
VxTextBuilder get xl => _fontSizedText(child: this, scaleFactor: 1.25);