FlutterFormData class
Constructors
-
FlutterFormData({required String name, required List<
FlutterFormPage> pages, Color? themeColor, String? logo, bool showLogo = true, required dynamic onPageEdited(FlutterFormPage page), required dynamic onFormSubmitted(List<FlutterFormPage> pages)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logo → String?
-
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
- showLogo → bool
-
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