AccessibilityFeatures class Null safety
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
-
Whether there is a running accessibility service which is changing the
interaction model of the device.
read-only
- boldText → bool
-
The platform is requesting that text be rendered at a bold font weight.
read-only
- disableAnimations → bool
-
The platform is requesting that animations be disabled or simplified.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- highContrast → bool
-
The platform is requesting that UI be rendered with darker colors.
read-only
- invertColors → bool
-
The platform is inverting the colors of the application.
read-only
- onOffSwitchLabels → bool
-
The platform is requesting to show on/off labels inside switches.
read-only
- reduceMotion → bool
-
The platform is requesting that certain animations be simplified and
parallax effects removed.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override