textScaleFactor property

double get textScaleFactor

每个逻辑像素的字体像素数,字体的缩放比例

Implementation

double get textScaleFactor => MediaQuery.of(context).textScaleFactor;