IOSEditingOverlayController class
- Mixed-in types
Constructors
- IOSEditingOverlayController.new({required AttributedTextEditingController textController, required BlinkController caretBlinkController, required LeaderLink toolbarFocalPoint, required LeaderLink magnifierFocalPoint, required MagnifierAndToolbarController overlayController})
Properties
- areSelectionHandlesVisible → bool
-
no setter
- caretBlinkController → BlinkController
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- isMagnifierVisible → bool
-
no setter
- isToolbarVisible → bool
-
no setter
- magnifierFocalPoint → LeaderLink
-
no setter
- overlayController → MagnifierAndToolbarController
-
Shows, hides, and positions a floating toolbar and magnifier.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shouldShowMagnifier
→ ValueListenable<
bool> -
no setter
- textController → AttributedTextEditingController
-
The AttributedTextEditingController controlling the text
and selection within the text field with which this
IOSEditingOverlayController is associated.
final
- toolbarFocalPoint → LeaderLink
-
no setter
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
override
-
hideMagnifier(
) → void -
hideSelectionHandles(
) → void -
hideToolbar(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
showMagnifier(
Offset globalOffset) → void -
showSelectionHandles(
) → void -
showToolbar(
) → void -
startCaretBlinking(
) → void - Starts the text field caret blinking.
-
stopCaretBlinking(
) → void - Stops the text field caret blinking.
-
toggleToolbar(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited