ForgotPasswordScreen constructor
const
ForgotPasswordScreen({
- Key? key,
- FirebaseAuth? auth,
- String? email,
- WidgetBuilder? subtitleBuilder,
- HeaderBuilder? headerBuilder,
- double? headerMaxExtent,
- SideBuilder? sideBuilder,
- TextDirection? desktopLayoutDirection,
- bool? resizeToAvoidBottomInset,
- double breakpoint = 600,
- Set<
FlutterFireUIStyle> ? styles,
Implementation
const ForgotPasswordScreen({
Key? key,
this.auth,
this.email,
this.subtitleBuilder,
this.footerBuilder,
this.headerBuilder,
this.headerMaxExtent,
this.sideBuilder,
this.desktopLayoutDirection,
this.resizeToAvoidBottomInset,
this.breakpoint = 600,
this.styles,
}) : super(key: key);