textScaleFactor property

  1. @Deprecated('Use textScaler instead.')
double? textScaleFactor
final

The text scale factor to use in textual elements.

This will be non-null only if the sheet was created with the deprecated textScaleFactor instead of textScaler.

Implementation

@Deprecated('Use textScaler instead.')
final double? textScaleFactor;