semanticsEnabledTestValue property
Hides the real semantics enabled and reports the given
semanticsEnabledTestValue
instead.
Implementation
// ignore: avoid_setters_without_getters
set semanticsEnabledTestValue(bool semanticsEnabledTestValue) {
_semanticsEnabledTestValue = semanticsEnabledTestValue;
onSemanticsEnabledChanged?.call();
}