EditorTextSelectionGestureDetectorBuilder class

Properties

delegate EditorTextSelectionGestureDetectorBuilderDelegate
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldShowSelectionToolbar bool
getter/setter pair

Methods

build(HitTestBehavior behavior, Widget child) Widget
getEditor() EditorState?
getRenderEditor() RenderEditor?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDoubleTapDown(TapDownDetails details) → void
onDragSelectionEnd(DragEndDetails details) → void
onDragSelectionStart(DragStartDetails details) → void
onDragSelectionUpdate(DragStartDetails startDetails, DragUpdateDetails updateDetails) → void
onForcePressEnd(ForcePressDetails details) → void
onForcePressStart(ForcePressDetails details) → void
onSingleLongTapEnd(LongPressEndDetails details) → void
onSingleLongTapMoveUpdate(LongPressMoveUpdateDetails details) → void
onSingleLongTapStart(LongPressStartDetails details) → void
onSingleTapCancel() → void
onSingleTapUp(TapUpDetails details) → void
onTapDown(TapDownDetails details) → void
toString() String
A string representation of this object.
inherited

Operators

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