ArcaneSignupCard class
Signup card component
Provides a complete registration UI with email/password form and social sign-in buttons.
ArcaneSignupCard(
methods: [AuthMethod.email, AuthMethod.github, AuthMethod.google],
loginRoute: '/login',
header: Logo(),
)
- Inheritance
-
- Object
- Component
- StatefulComponent
- ArcaneSignupCard
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → Component?
-
Header component (logo, title, etc.)
final
- key → Key?
-
Controls how one component replaces another component in the tree.
finalinherited
- loginRoute → String?
-
Route for login link
final
- maxWidth → String
-
Max width of the card
final
- methods → List
-
Authentication methods to display
final
- onSuccess → void Function()?
-
Callback when registration succeeds
final
- passwordPolicy → dynamic
-
Password validation policy
final
- privacyUrl → String?
-
Privacy policy URL
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- termsUrl → String?
-
Terms of service URL
final
Methods
-
createElement(
) → Element -
Creates a StatefulElement to manage this component's location in the tree.
inherited
-
createState(
) → State< ArcaneSignupCard> -
Creates the mutable state for this component at a given location in the tree.
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