NicePageViewFormContentBuilderPage class
- Inheritance
-
- Object
- NicePageViewFormPage
- NicePageViewFormLayoutPage
- NicePageViewFormContentBuilderPage
Constructors
- NicePageViewFormContentBuilderPage({NicePageViewFormBaseEnabledStrategy enabledStrategy = const NicePageViewFormAlwaysEnabledStrategy(), required NicePageViewFormBaseValidationStrategy validationStrategy, NicePageViewFormLayoutHeaderData headerData = const NicePageViewFormLayoutHeaderData(), NicePageViewFormPageConfig? pageConfig, required WidgetBuilder contentBuilder})
-
const
Properties
- contentBuilder → WidgetBuilder
-
final
- enabledStrategy → NicePageViewFormBaseEnabledStrategy
-
Whether this page should be enabled
A disabled page will be completely ignored
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerData → NicePageViewFormLayoutHeaderData
-
finalinherited
- pageConfig → NicePageViewFormPageConfig?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationStrategy → NicePageViewFormBaseValidationStrategy
-
finalinherited
Methods
-
buildLayout(
{required Widget child}) → Widget -
Build the page layout around
childaccording to pageConfig ordefaultPageConfiginherited -
buildPage(
BuildContext context) → Widget -
Page builder, ie. the content of the PageView
override
-
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