textScaleFactor property

double? textScaleFactor
final

Applies font scaling to text within the child.

If not provided, the default text scaling factor provided by MediaQuery will be used.

Implementation

final double? textScaleFactor;