AccessibilityFeatures class

Additional accessibility features that may be enabled by the platform.

It is not possible to enable these settings from Flutter, instead they are used by the platform to indicate that additional accessibility features are enabled.

Implementers

Properties

accessibleNavigation bool
Whether there is a running accessibility service which is changing the interaction model of the device.
no setter
boldText bool
The platform is requesting that text be rendered at a bold font weight.
no setter
disableAnimations bool
The platform is requesting that animations be disabled or simplified.
no setter
hashCode int
The hash code for this object.
no setteroverride
highContrast bool
The platform is requesting that UI be rendered with darker colors.
no setter
invertColors bool
The platform is inverting the colors of the application.
no setter
onOffSwitchLabels bool
The platform is requesting to show on/off labels inside switches.
no setter
reduceMotion bool
The platform is requesting that certain animations be simplified and parallax effects removed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override