PhoneInputScreen constructor

const PhoneInputScreen({
  1. Key? key,
  2. AuthAction? action,
  3. List<FirebaseUIAction>? actions,
  4. FirebaseAuth? auth,
  5. WidgetBuilder? subtitleBuilder,
  6. WidgetBuilder? footerBuilder,
  7. HeaderBuilder? headerBuilder,
  8. double? headerMaxExtent,
  9. SideBuilder? sideBuilder,
  10. TextDirection? desktopLayoutDirection,
  11. double breakpoint = 500,
  12. MultiFactorSession? multiFactorSession,
  13. PhoneMultiFactorInfo? mfaHint,
  14. double? maxWidth,
})

Implementation

const PhoneInputScreen({
  super.key,
  this.action,
  this.actions,
  this.auth,
  this.subtitleBuilder,
  this.footerBuilder,
  this.headerBuilder,
  this.headerMaxExtent,
  this.sideBuilder,
  this.desktopLayoutDirection,
  this.breakpoint = 500,
  this.multiFactorSession,
  this.mfaHint,
  this.maxWidth,
});