UFUInputBoxController class

Constructors

UFUInputBoxController.new({String? text, bool validateInRealTime = false})

Properties

controller TextEditingController
getter/setter pair
focusNode FocusNode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key GlobalKey<State<StatefulWidget>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair
validateOnChange bool
getter/setter pair
validator ↔ dynamic Function(String)?
getter/setter pair

Methods

clear() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrollAndFocus() Future<void>
setParentController(TextEditingController? controller) → void
setParentFocusNode(FocusNode? focusNode) → void
setValidator(dynamic validator(String)) → void
toString() String
A string representation of this object.
inherited
validate() bool

Operators

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