SignupStepTemplate class abstract

Inheritance
Implementers

Constructors

SignupStepTemplate({BuildContext? context, WidgetRef? ref})
const

Properties

actionLabel String
Convenience accessors for step screens.
no setterinherited
buildAppBar PreferredSizeWidget?
Optional app bar for this step.
no setteroverride
buildFooter Widget?
Optional sticky footer below scroll content.
no setterinherited
buildTermsAndConditions Widget
no setter
buildTrailingContent Widget?
Optional content appended after the main body.
no setterinherited
context BuildContext
no setterinherited
formGroup FxSignupFormGroup
no setter
hashCode int
The hash code for this object.
no setterinherited
layout AuthStepLayout
Layout defaults for this step.
no setteroverride
nameLayout FxNameLayout
no setter
ref → WidgetRef
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepId String
Stable step identity — not a Flutter Key.
no setteroverride
subtitle String?
no setterinherited
title String?
no setterinherited

Methods

buildShell({Widget? body, List<Widget>? children, Widget customFooter(BuildContext, WidgetRef)?}) Widget
Wraps body in the shared auth step shell.
inherited
copyWith({required BuildContext context, required WidgetRef ref}) AuthStepTemplate
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBackPressed() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited