textScaleFactorTestValue property Null safety

void textScaleFactorTestValue=(double textScaleFactorTestValue)
Deprecated('Use platformDispatcher.textScaleFactorTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.textScaleFactorTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')

Hides the real text scale factor and reports the given textScaleFactorTestValue instead.

Implementation

@Deprecated(
  'Use platformDispatcher.textScaleFactorTestValue instead. '
  'This feature was deprecated after v2.11.0-0.0.pre.'
)
set textScaleFactorTestValue(double textScaleFactorTestValue) { // ignore: avoid_setters_without_getters
  platformDispatcher.textScaleFactorTestValue = textScaleFactorTestValue;
}