getTextScaleFactor method

double getTextScaleFactor()

Returns the textScaleFactor of the matched EditableText via Widget.toDiagnosticsNode

Implementation

double getTextScaleFactor() {
  return getDiagnosticProp<double>('textScaleFactor');
}