getTextScaleFactor static method
- BuildContext context
Get the current text scale factor.
Implementation
static double getTextScaleFactor(BuildContext context) {
return MediaQuery.of(context).textScaler.scale(1.0);
}
Get the current text scale factor.
static double getTextScaleFactor(BuildContext context) {
return MediaQuery.of(context).textScaler.scale(1.0);
}