AFTextEditingControllers class

Properties

controllers → Map<AFWidgetID, AFTextEditingController>
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

access(AFWidgetID wid) → AFTextEditingController?
accessTextController(AFWidgetID wid) → AFTextEditingController?
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reviseN(Map<AFWidgetID, String> values) → void
reviseOne(AFWidgetID wid, String value) → void
textFor(AFWidgetID wid) → String
toString() → String
A string representation of this object.
inherited
update(AFWidgetID wid, String text) → void

Operators

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