textScaleFactor property
double
get
textScaleFactor
Returns the text scale factor of the device.
Implementation
double get textScaleFactor => MediaQuery.of(context).textScaleFactor;
Returns the text scale factor of the device.
double get textScaleFactor => MediaQuery.of(context).textScaleFactor;