CupertinoTextSelectionHandleControls class
iOS Cupertino styled text selection handle controls.
Specifically does not manage the toolbar, which is left to EditableText.contextMenuBuilder.
- Inheritance
-
- Object
- TextSelectionControls
- CupertinoTextSelectionControls
- CupertinoTextSelectionHandleControls
- Mixed in types
- Annotations
-
- @Deprecated('Use `CupertinoTextSelectionControls`. ' 'This feature was deprecated after v3.3.0-0.5.pre.')
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildHandle(
BuildContext context, TextSelectionHandleType type, double textLineHeight, [VoidCallback? onTap]) → Widget -
Builder for iOS text selection edges.
inherited
-
buildToolbar(
BuildContext context, Rect globalEditableRegion, double textLineHeight, Offset selectionMidpoint, List< TextSelectionPoint> endpoints, TextSelectionDelegate delegate, ValueListenable<ClipboardStatus> ? clipboardStatus, Offset? lastSecondaryTapDownPosition) → Widget -
Builds a toolbar near a text selection.
inherited
-
canCopy(
TextSelectionDelegate delegate) → bool -
Whether the current selection of the text field managed by the given
delegate
can be copied to the Clipboard.inherited -
canCut(
TextSelectionDelegate delegate) → bool -
Whether the current selection of the text field managed by the given
delegate
can be removed from the text field and placed into the Clipboard.inherited -
canPaste(
TextSelectionDelegate delegate) → bool -
Whether the text field managed by the given
delegate
supports pasting from the clipboard.inherited -
canSelectAll(
TextSelectionDelegate delegate) → bool -
Whether the current selection of the text field managed by the given
delegate
can be extended to include the entire content of the text field.inherited -
getHandleAnchor(
TextSelectionHandleType type, double textLineHeight) → Offset -
Gets anchor for cupertino-style text selection handles.
inherited
-
getHandleSize(
double textLineHeight) → Size -
Returns the size of the Cupertino handle.
inherited
-
handleCopy(
TextSelectionDelegate delegate, [ClipboardStatusNotifier? clipboardStatus]) → void -
Call TextSelectionDelegate.copySelection to copy current selection.
inherited
-
handleCut(
TextSelectionDelegate delegate, [ClipboardStatusNotifier? clipboardStatus]) → void -
Call TextSelectionDelegate.cutSelection to cut current selection.
inherited
-
handlePaste(
TextSelectionDelegate delegate) → Future< void> -
Call TextSelectionDelegate.pasteText to paste text.
inherited
-
handleSelectAll(
TextSelectionDelegate delegate) → void -
Call TextSelectionDelegate.selectAll to set the current selection to
contain the entire text value.
inherited
-
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