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