RegisterScreen constructor

const RegisterScreen({
  1. Key? key,
  2. FirebaseAuth? auth,
  3. List<AuthProvider<AuthListener, AuthCredential>>? providers,
  4. List<FirebaseUIAction>? actions,
  5. double? headerMaxExtent,
  6. HeaderBuilder? headerBuilder,
  7. SideBuilder? sideBuilder,
  8. OAuthButtonVariant? oauthButtonVariant = OAuthButtonVariant.icon_and_text,
  9. TextDirection? desktopLayoutDirection,
  10. String? email,
  11. bool? resizeToAvoidBottomInset = false,
  12. bool? showAuthActionSwitch,
  13. AuthViewContentBuilder? subtitleBuilder,
  14. AuthViewContentBuilder? footerBuilder,
  15. double breakpoint = 800,
  16. Set<FirebaseUIStyle>? styles,
  17. bool showPasswordVisibilityToggle = false,
  18. double? maxWidth,
})

Implementation

const RegisterScreen({
  super.key,
  super.auth,
  super.providers,
  this.actions,
  this.headerMaxExtent,
  this.headerBuilder,
  this.sideBuilder,
  this.oauthButtonVariant = OAuthButtonVariant.icon_and_text,
  this.desktopLayoutDirection,
  this.email,
  this.resizeToAvoidBottomInset = false,
  this.showAuthActionSwitch,
  this.subtitleBuilder,
  this.footerBuilder,
  this.breakpoint = 800,
  this.styles,
  this.showPasswordVisibilityToggle = false,
  this.maxWidth,
});