textScaleFactor property

double get textScaleFactor

The number of font pixels for each logical pixel.

Implementation

double get textScaleFactor =>
    _context != null ? MediaQuery.of(_context!).textScaleFactor : 1;