SelectWordSelectionEvent class Null safety

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.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type SelectionEventType
The type of this selection event.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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