scale method

VxRichText scale(
  1. double value
)

Sets textScaleFactor to custom value

Implementation

VxRichText scale(double value) =>
    _fontSizedText(child: this, scaleFactor: value);