LongPressSemanticsEvent class Null safety
An event which triggers long press semantic feedback.
Currently only honored on Android. Triggers a long-press specific sound when TalkBack is enabled.
- Inheritance
-
- Object
- SemanticsEvent
- LongPressSemanticsEvent
Constructors
- LongPressSemanticsEvent()
-
Constructs an event that triggers a long-press semantic feedback by the platform.
const
Properties
Methods
-
getDataMap(
) → Map< String, dynamic> -
Returns the event's data object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
{int? nodeId}) → Map< String, dynamic> -
Converts this event to a Map that can be encoded with
StandardMessageCodec.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited