FlutterFormData class

Constructors

FlutterFormData({required String name, required List<FlutterFormPage> pages, Color? themeColor, required dynamic onPageEdited(FlutterFormPage page), required dynamic onFormSubmitted(List<FlutterFormPage> pages)})

Properties

hashCode int
The hash code for this object.
no setterinherited
final
name String
final
onFormSubmitted → dynamic Function(List<FlutterFormPage> pages)
final
onPageEdited → dynamic Function(FlutterFormPage page)
final
pages List<FlutterFormPage>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
final
themeColor Color?
final

Methods

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