TextEditingControllerProxy class

Properties

controller ↔ TextEditingController?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
realController → TextEditingController
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selection → TextSelection
no setter
text ↔ String
getter/setter pair
value ↔ TextEditingValue
getter/setter pair

Methods

addListener(VoidCallback? callback) → void
destroy() → void
dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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