TooltipSemanticsEvent class

An event for a semantic announcement of a tooltip.

This is only used by Android to announce tooltip values.

Inheritance

Constructors

TooltipSemanticsEvent(String message)
Constructs an event that triggers a tooltip announcement by the platform.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The text content of the tooltip.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of this event.
finalinherited

Methods

getDataMap() Map<String, dynamic>
Returns the event's data object.
override
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.
inherited
toString() String
A string representation of this object.
inherited

Operators

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