ExtendedTextSelectionGestureDetectorBuilder class

Properties

delegate ExtendedTextSelectionGestureDetectorBuilderDelegate
The delegate for this ExtendedTextSelectionGestureDetectorBuilder.
final
editableText ExtendedEditableTextState
The State of the EditableText for which the builder will provide a TextSelectionGestureDetector.
no setter
hashCode int
The hash code for this object.
no setterinherited
renderEditable RenderEditable
The RenderObject of the EditableText for which the builder will provide a TextSelectionGestureDetector.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldShowSelectionToolbar bool
Whether to show the selection toolbar.
no setter

Methods

buildGestureDetector({Key? key, HitTestBehavior? behavior, required Widget child}) Widget
Returns a TextSelectionGestureDetector configured with the handlers provided by this builder.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDoubleTapDown(TapDownDetails details) → void
Handler for TextSelectionGestureDetector.onDoubleTapDown.
onDragSelectionEnd(DragEndDetails details) → void
Handler for TextSelectionGestureDetector.onDragSelectionEnd.
onDragSelectionStart(DragStartDetails details) → void
Handler for TextSelectionGestureDetector.onDragSelectionStart.
onDragSelectionUpdate(DragStartDetails startDetails, DragUpdateDetails updateDetails) → void
Handler for TextSelectionGestureDetector.onDragSelectionUpdate.
onForcePressEnd(ForcePressDetails details) → void
Handler for TextSelectionGestureDetector.onForcePressEnd.
onForcePressStart(ForcePressDetails details) → void
Handler for TextSelectionGestureDetector.onForcePressStart.
onSecondaryTap() → void
Handler for TextSelectionGestureDetector.onSecondaryTap.
onSecondaryTapDown(TapDownDetails details) → void
Handler for TextSelectionGestureDetector.onSecondaryTapDown.
onSingleLongTapEnd(LongPressEndDetails details) → void
Handler for TextSelectionGestureDetector.onSingleLongTapEnd.
onSingleLongTapMoveUpdate(LongPressMoveUpdateDetails details) → void
Handler for TextSelectionGestureDetector.onSingleLongTapMoveUpdate.
onSingleLongTapStart(LongPressStartDetails details) → void
Handler for TextSelectionGestureDetector.onSingleLongTapStart.
onSingleTapCancel() → void
Handler for TextSelectionGestureDetector.onSingleTapCancel.
onSingleTapUp(TapUpDetails details) → void
Handler for TextSelectionGestureDetector.onSingleTapUp.
onTapDown(TapDownDetails details) → void
Handler for TextSelectionGestureDetector.onTapDown.
toString() String
A string representation of this object.
inherited

Operators

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