accessibleNavigation property

bool accessibleNavigation

Whether there is a running accessibility service which is changing the interaction model of the device.

For example, TalkBack on Android and VoiceOver on iOS enable this flag.

Implementation

bool get accessibleNavigation => _kAccessibleNavigationIndex & _index != 0;