EditorTextSelectionOverlay class

Constructors

EditorTextSelectionOverlay(TextEditingValue value, bool handlesVisible, BuildContext context, Widget debugRequiredFor, LayerLink toolbarLayerLink, LayerLink startHandleLayerLink, LayerLink endHandleLayerLink, RenderEditor? renderObject, TextSelectionControls selectionCtrls, TextSelectionDelegate selectionDelegate, DragStartBehavior dragStartBehavior, VoidCallback? onSelectionHandleTapped, ClipboardStatusNotifier clipboardStatus)

Properties

clipboardStatus ClipboardStatusNotifier
final
context BuildContext
final
debugRequiredFor Widget
final
dragStartBehavior DragStartBehavior
final
final
handlesVisible bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onSelectionHandleTapped VoidCallback?
final
renderObject RenderEditor?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionCtrls TextSelectionControls
final
selectionDelegate TextSelectionDelegate
final
final
toolbar OverlayEntry?
getter/setter pair
final
value TextEditingValue
getter/setter pair

Methods

dispose() → void
hide() → void
hideHandles() → void
hideToolbar() → void
markNeedsBuild([Duration? duration]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHandlesVisible(bool visible) → void
showHandles() → void
showToolbar() → void
toString() String
A string representation of this object.
inherited
update(TextEditingValue newValue) → void

Operators

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