scale method
Sets textScaleFactor to custom value
Implementation
VxTextBuilder scale(double value) =>
_fontSizedText(child: this, scaleFactor: value);
Sets textScaleFactor to custom value
VxTextBuilder scale(double value) =>
_fontSizedText(child: this, scaleFactor: value);