textScaleFactor property
double
get
textScaleFactor
similar to MediaQuery.of(this).textScaleFactor
Implementation
// ignore: deprecated_member_use
double get textScaleFactor => MediaQuery.of(this).textScaleFactor;