TextValueEditor class abstract

Implementers

Constructors

TextValueEditor(TextEditingValue inputValue)
factory

Properties

codeUnits List<int>
no setter
composingRegion MutableTextRange?
no setter
hashCode int
The hash code for this object.
no setterinherited
inputValue TextEditingValue
no setter
isEmpty bool
no setter
isNotEmpty bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection MutableTextRange?
no setter
text String
no setter

Methods

at(int index) String?
finalize() TextEditingValue
forEach(NextHandler next, [CompleteHandler? complete]) → dynamic
insert(int index, String value) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefix(String value) → dynamic
remove(int start, int end) → dynamic
replace(int start, int end, String value) → dynamic
suffix(String value) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) int