PhoneInputScreen constructor

const PhoneInputScreen({
  1. Key? key,
  2. AuthAction? action,
  3. List<FlutterFireUIAction>? 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. Set<FlutterFireUIStyle>? styles,
})

Implementation

const PhoneInputScreen({
  Key? key,
  this.action,
  this.actions,
  this.auth,
  this.subtitleBuilder,
  this.footerBuilder,
  this.headerBuilder,
  this.headerMaxExtent,
  this.sideBuilder,
  this.desktopLayoutDirection,
  this.breakpoint = 500,
  this.styles,
}) : super(key: key);