FormeFieldControllerDelegate<T> class

Inheritance

Properties

context BuildContext
get context
no setteroverride
enabled bool
whether field is enabled
getter/setter pairoverride
enabledListenable ValueListenable<bool>
enabled listenable
no setteroverride
focusListenable ValueListenable<bool>
focus listenable
no setteroverride
focusNode FocusNode?
get focus node
no setteroverride
formeController FormeController?
get forme controller
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isNullable bool
whether value can be nullable or not
no setterinherited
isValueChanged bool
whether field's value changed after initialized
no setteroverride
mounted bool
no setteroverride
name String
get field's name
no setteroverride
oldValue → T?
get old field value
no setteroverride
readOnly bool
whether field is readOnly;
getter/setter pairoverride
readOnlyListenable ValueListenable<bool>
readOnly listenable
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
get generic type
no setterinherited
validation FormeFieldValidation
get validation
no setteroverride
validationListenable ValueListenable<FormeFieldValidation>
get validation listenable
no setteroverride
value ↔ T
get current value of field
getter/setter pairoverride
valueListenable ValueListenable<T>
get value listenable
no setteroverride

Methods

markNeedsBuild() → void
mark this field needs rebuild
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
reset field
override
toString() String
A string representation of this object.
inherited
validate({bool quietly = false}) Future<FormeFieldValidateSnapshot<T>>
validate field
override

Operators

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