DefaultSelectableMixin mixin

Properties

blockComponentKey GlobalKey<State<StatefulWidget>>
no setter
containerKey GlobalKey<State<StatefulWidget>>
no setter
forward SelectableMixin<StatefulWidget>
no setter
forwardKey GlobalKey<State<StatefulWidget>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

baseOffset({bool shiftWithBaseOffset = false}) Offset
end() Position
getBlockRect({bool shiftWithBaseOffset = false}) Rect
getCursorRectInPosition(Position position, {bool shiftWithBaseOffset = false}) Rect?
getPositionInOffset(Offset start) Position
getRectsInSelection(Selection selection, {bool shiftWithBaseOffset = false}) List<Rect>
getSelectionInRange(Offset start, Offset end) Selection
getWordBoundaryInOffset(Offset offset) Selection?
getWordBoundaryInPosition(Position position) Selection?
getWordEdgeInOffset(Offset offset) Selection?
localToGlobal(Offset offset, {bool shiftWithBaseOffset = false}) Offset
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Position
textDirection() TextDirection
toString() String
A string representation of this object.
inherited

Operators

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