textScaleFactorTestValue property
Hides the real text scale factor and reports the given textScaleFactorTestValue instead.
Implementation
set textScaleFactorTestValue(double textScaleFactorTestValue) { // ignore: avoid_setters_without_getters
_textScaleFactorTestValue = textScaleFactorTestValue;
onTextScaleFactorChanged?.call();
}