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;