SemanticsEvent class abstract
An event sent by the application to notify interested listeners that something happened to the user interface (e.g. a view scrolled).
These events are usually interpreted by assistive technologies to give the user additional clues about the current state of the UI.
Constructors
- SemanticsEvent(String type)
-
Initializes internal fields.
const
Properties
Methods
-
getDataMap(
) → Map< String, dynamic> - Returns the event's data object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
{int? nodeId}) → Map< String, dynamic> - Converts this event to a Map that can be encoded with StandardMessageCodec.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited