textScaleFactor property

double textScaleFactor
final

Percent factor of text size wrt to Height and Width

the factor by which the label's textSize increases with respect to the average of width and height of the enclosing parent widget, if not provided defaults to 0.04.

Implementation

final double textScaleFactor;