UserDetailsConfig constructor
const
UserDetailsConfig({
- String? title = 'Create your account',
- String? subtitle = 'Enter your details to create an account',
- String buttonLabel = 'Create account',
- bool requireEmail = false,
- bool emailLookup = false,
- FxTextStyle? titleStyle,
- FxTextStyle? subtitleStyle,
- Widget? firstNamePrefix,
- Widget? lastNamePrefix,
- Widget? emailPrefix,
- Widget? header,
- EdgeInsets? padding,
- double? spacing,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.stretch,
Implementation
const UserDetailsConfig({
this.title = 'Create your account',
this.subtitle = 'Enter your details to create an account',
this.buttonLabel = 'Create account',
this.requireEmail = false,
this.emailLookup = false,
this.titleStyle,
this.subtitleStyle,
this.firstNamePrefix,
this.lastNamePrefix,
this.emailPrefix,
this.header,
this.footer,
this.padding,
this.spacing,
this.mainAxisAlignment = MainAxisAlignment.center,
this.crossAxisAlignment = CrossAxisAlignment.stretch,
});