JidoujishoSelectableTextController class

A class to handle text selection programmatically for the JidoujishoSelectableText widget.

Constructors

JidoujishoSelectableTextController()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
hasSelection bool
Whether the is a valid selection start less than end.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
selection TextSelection
The selected text's range.
read / write

Methods

clearSelection() → void
Clears the range of text.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSelection(int start, int end) → void
Select a range of text.
toString() String
A string representation of this object.
inherited

Operators

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