onAccessibilityFeaturesChanged property Null safety
override
A callback that is invoked when the value of accessibilityFeatures changes.
The framework invokes this callback in the same zone in which the callback was set.
Implementation
@override
ui.VoidCallback? get onAccessibilityFeaturesChanged => _platformDispatcher.onAccessibilityFeaturesChanged;
override
Implementation
@override
set onAccessibilityFeaturesChanged(ui.VoidCallback? callback) {
_platformDispatcher.onAccessibilityFeaturesChanged = callback;
}