CheckPage class
CheckPage is used to set a check page at the end of a FlutterForm. A CheckPage is a page where the user can check all input values before commiting.
title is the widget shown at the top of the page.
mainAxisAlignment is the alignment of the check widgets.
inputCheckWidget determines how every input is represented on the page.
title is the value given in the input.
This input can be modified by setting the checkPageTitle
of that input
controller.
Same for the description
but if the description is not set in the input
controller no description will be given.
onPressed
can be set so that when the user triggers it the user will be
sent back to the page including the input.
Here the user can modify the input and save it. Afterwards the user will be
sent back to the check page.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputCheckWidget → (Widget Function(String id, String title, String? description, Function onPressed)?)
-
final
- mainAxisAlignment → MainAxisAlignment
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → Widget?
-
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