textScaleFactor property

  1. @Deprecated('Use the TextScaler object now instead')
double get textScaleFactor

Implementation

@Deprecated('Use the TextScaler object now instead')

/// similar to [MediaQuery.of(this).textScaleFactor]
double get textScaleFactor => 0;