textScaleFactor property

  1. @override
double textScaleFactor
override

Deprecated. Will be removed in a future version of Flutter. Use textScaler instead.

The number of font pixels for each logical pixel.

For example, if the text scale factor is 1.5, text will be 50% larger than the specified font size.

Implementation

@override
// ignore: deprecated_member_use
double get textScaleFactor => rp.textScaleFactor;