AFTextEditingController class
Constructors
- AFTextEditingController(AFWidgetID wid, TextEditingController controller)
- AFTextEditingController.create(AFWidgetID wid, String text)
- 
          
            factory
Properties
- controller → TextEditingController
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- text → String
- 
  
  no setter
- wid → AFWidgetID
- 
  
  final
Methods
- 
  clear() → void 
- 
  dispose() → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  select(int start, int end, {TextAffinity affinity = TextAffinity.downstream}) → void 
- 
  stopComposing() → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  update(String text) → void 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited