SelectParagraphSelectionEvent class

Selects the entire paragraph at the location.

This event can be sent as the result of a triple click to select.

Inheritance

Constructors

SelectParagraphSelectionEvent({required Offset globalPosition, bool absorb = false})
Creates a select paragraph event at the globalPosition.
const

Properties

absorb bool
Whether the selectable receiving the event should be absorbed into an encompassing paragraph.
final
globalPosition Offset
The position in global coordinates to select paragraph 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