DelegatingSunnyFormFieldState<T> class

Implemented types

Properties

attribute → JsonPath<T>
no setteroverride
captureNestedPaths bool?
getter/setter pairoverride
error ValidationError?
no getteroverride
errors List<ValidationError?>?
getter/setter pairoverride
fieldValueStream Stream<T?>
no setteroverride
focusNode FocusNode?
The FocusNode associated with this form element. Managed primarily by the containing form
getter/setter pairoverride
form FormController?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool?
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
no setteroverride

Methods

cast<R>() SunnyFormFieldState<R>
override
convert(String? input) → T?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateValue(T? value, AttributeSource source) → void
override
validate() FutureOr<List<ValidationError>>
override

Operators

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