JidoujishoTextSelection class
Text and a range for a highlighted selection.
Constructors
- JidoujishoTextSelection({required String text, TextRange range = TextRange.empty})
- Initialise an instance of this entity.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- range → TextRange
-
Highlighted text range.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- text → String
-
Text that has a length valid within range.
final
- textAfter → String
-
Text after the highlighted text.
read-only
- textBefore → String
-
Text before the highlighted text.
read-only
- textInside → String
-
Highlighted text.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited