deviceTextScaleFactor property

double get deviceTextScaleFactor
inherited

The text scale factor for the device.

Implementation

double get deviceTextScaleFactor {
  return fundamentals.device.textScaleFactor(fundamentals);
}