ComponentWidgetData<ResultType, T extends BaseComponentData> class
Constructors
-
ComponentWidgetData.new({required T componentData, required GlobalKey<
FormFieldState> globalKey, required void onChanged(ResultType? value), required ValueNotifier<Object?> error})
Properties
- componentData → T
-
final
-
error
→ ValueNotifier<
Object?> -
final
-
globalKey
→ GlobalKey<
FormFieldState> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onChanged → void Function(ResultType? value)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
inputDecoration(
{Object? error, required DynamicFormSettings settings}) → InputDecoration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited