xl2 property
VxSelectableTextBuilder
get
xl2
Sets textScaleFactor to twice extra large i.e. 1.5
Implementation
VxSelectableTextBuilder get xl2 =>
_fontSizedText(child: this, scaleFactor: 1.5);
Sets textScaleFactor to twice extra large i.e. 1.5
VxSelectableTextBuilder get xl2 =>
_fontSizedText(child: this, scaleFactor: 1.5);