SelectWordSelectionEvent class

Selects the whole word at the location.

This event can be sent as the result of mobile long press selection.

Inheritance

Constructors

SelectWordSelectionEvent({required Offset globalPosition})
Creates a select word event at the globalPosition.
const

Properties

globalPosition Offset
The position in global coordinates to select word at.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SelectionEventType
The type of this selection event.
finalinherited

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