ForgotPasswordScreen constructor

const ForgotPasswordScreen({
  1. Key? key,
  2. FirebaseAuth? auth,
  3. String? email,
  4. WidgetBuilder? subtitleBuilder,
  5. WidgetBuilder? footerBuilder,
  6. HeaderBuilder? headerBuilder,
  7. double? headerMaxExtent,
  8. SideBuilder? sideBuilder,
  9. TextDirection? desktopLayoutDirection,
  10. bool? resizeToAvoidBottomInset,
  11. double breakpoint = 600,
  12. 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);