FormeCupertinoTextFieldController class

Constructors

FormeCupertinoTextFieldController(FormeValueFieldController<String, FormeCupertinoTextFieldModel> delegate, _FormeCupertinoTextFieldState _state)

Properties

decoratorController → FormeDecoratorController
get forme decorator controller
no setterinherited
delegate → FormeValueFieldController<String, FormeCupertinoTextFieldModel>
final
error → FormeValidateError?
get error
no setterinherited
errorTextListenable ValueListenable<FormeValidateError?>
get error listenable
no setterinherited
focusListenable ValueListenable<bool>
focus listenable
no setterinherited
focusNode FocusNode?
get focus node
no setterinherited
formeController → FormeController
get forme controller
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isValueChanged bool
whether field's value changed after initialized
no setterinherited
model FormeCupertinoTextFieldModel
get current state model;
getter/setter pairinherited
modelListenable ValueListenable<FormeCupertinoTextFieldModel>
model listenable
no setterinherited
name String
get field's name
no setterinherited
oldValue String?
get old field value
no setterinherited
readOnly bool
whether field is readOnly;
getter/setter pairinherited
readOnlyListenable ValueListenable<bool>
readOnly listenable
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection TextSelection
get selection from underlying controller that FormeTextField used
no setter
textEditingController TextEditingController
this textEditingController is not the underlying TextEditingController that FormeTextField used
final
textEditingValue TextEditingValue
get textEditingValue from underlying controller that FormeTextField used
no setter
value String
get current value of valuefield
getter/setter pairinherited
valueListenable ValueListenable<String?>
get value listenable
no setterinherited

Methods

ensureVisible({Duration? duration, Curve? curve, ScrollPositionAlignmentPolicy? alignmentPolicy, double? alignment}) Future<void>
make current field visible in viewport
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
reset field
inherited
selectAll() → void
toString() String
A string representation of this object.
inherited
updateModel(FormeCupertinoTextFieldModel model) → void
update a model
inherited
validate({bool quietly = false}) Future<FormeFieldValidateSnapshot<String>>
validate field
inherited

Operators

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