clearTextScaleFactorTestValue method

void clearTextScaleFactorTestValue()

Deletes any existing test text scale factor and returns to using the real text scale factor.

Implementation

void clearTextScaleFactorTestValue() {
  _textScaleFactorTestValue = null;
  onTextScaleFactorChanged?.call();
}