textScaleFactor property

double textScaleFactor

Implementation

double get textScaleFactor =>
    MediaQuery.maybeOf(this)?.textScaleFactor ?? 1.0;