didChangeAccessibilityFeatures method
Called when the system changes the set of currently active accessibility features.
Implementation
@override
@mustCallSuper
void didChangeAccessibilityFeatures() {
super.didChangeAccessibilityFeatures();
//
forEachState((state) {
state.didChangeAccessibilityFeatures();
}, reversed: true, remove: this);
}