FormInput<T> class

Inheritance

Constructors

FormInput({required FormConfig<T> config, required ValueNotifier<InputStatus> status, required List<Input<dynamic, dynamic, dynamic, InputConfig>> list})
FormInput.init(FormConfig<T> config)
factory

Properties

config FormConfig<T>
finalinherited
formatted → T
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setteroverride
isFull bool
no setteroverride
isValid bool
no setteroverride
list List<Input<dynamic, dynamic, dynamic, InputConfig>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state List
no setteroverride
status ValueNotifier<InputStatus>
finalinherited
value List
no getterinherited

Methods

addDefaultListeners() → void
override
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(List value) → void
inherited
updateStatus({bool? hovered, bool? focused, bool? touched, bool? dirty, bool? empty, bool? full, bool? edited, bool? submitted, FetchStatus? fetch}) → void
inherited
validate() bool
inherited

Operators

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