DefaultTextValueEditor class

Implemented types

Constructors

DefaultTextValueEditor(TextEditingValue inputValue)

Properties

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

Methods

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

Operators

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