SelectionDragInfo class

SelectionDragInfo

Constructors

SelectionDragInfo({Offset? selectionPt, SelectionHandleType? handleType, bool areAnchorsSwapped = false})

Properties

areAnchorsSwapped bool
getter/setter pair
handleType ↔ SelectionHandleType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDraggingHandle bool
no setter
isSelectingWord bool
no setter
isSelectingWordOrDraggingHandle bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionPt Offset?
The local offset of the long press, double-tap, or drag; or null if none.
getter/setter pair

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