SMSCodeInputScreen constructor

const SMSCodeInputScreen({
  1. Key? key,
  2. AuthAction? action,
  3. List<FlutterFireUIAction>? actions,
  4. FirebaseAuth? auth,
  5. required Object flowKey,
  6. TextDirection? desktopLayoutDirection,
  7. SideBuilder? sideBuilder,
  8. HeaderBuilder? headerBuilder,
  9. double? headerMaxExtent,
  10. double breakpoint = 500,
  11. int? contentFlex,
  12. double? maxWidth,
  13. Set<FlutterFireUIStyle>? styles,
})

Implementation

const SMSCodeInputScreen({
  Key? key,
  this.action,
  this.actions,
  this.auth,
  required this.flowKey,
  this.desktopLayoutDirection,
  this.sideBuilder,
  this.headerBuilder,
  this.headerMaxExtent,
  this.breakpoint = 500,
  this.contentFlex,
  this.maxWidth,
  this.styles,
}) : super(key: key);