AuthStepLayout constructor
const
AuthStepLayout({
- String? title,
- String? subtitle,
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- String actionLabel = 'Continue',
- EdgeInsets? contentPadding,
- double? contentSpacing,
- double? headerSpacing,
- TextAlign textAlign = TextAlign.center,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.stretch,
- void titleOnTap()?,
- void subtitleOnTap()?,
Implementation
const AuthStepLayout({
this.title,
this.subtitle,
this.titleStyle,
this.subtitleStyle,
this.actionLabel = 'Continue',
this.contentPadding,
this.contentSpacing,
this.headerSpacing,
this.textAlign = TextAlign.center,
this.mainAxisAlignment = MainAxisAlignment.center,
this.crossAxisAlignment = CrossAxisAlignment.stretch,
this.titleOnTap,
this.subtitleOnTap,
});