A11yNode class

Container for accessibility data.

Constructors

A11yNode(String label, Rectangle<int> boundingBox, {OnFocus? onFocus})

Properties

boundingBox Rectangle<int>
The bounding box for this node.
final
hashCode int
The hash code for this object.
no setterinherited
label String
The textual description of this node.
final
onFocus ↔ OnFocus?
Callback when the A11yNode is focused by the native platform
getter/setter pair
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.
inherited

Operators

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