accessibleNavigation property Null safety
final
Whether the user is using an accessibility service like TalkBack or VoiceOver to interact with the application.
When this setting is true, features such as timeouts should be disabled or have minimum durations increased.
See also:
- dart:ui.PlatformDispatcher.accessibilityFeatures, where the setting originates.
Implementation
final bool accessibleNavigation;