SMSCodeInputScreen constructor
const
SMSCodeInputScreen({
- Key? key,
- AuthAction? action,
- List<
FlutterFireUIAction> ? actions, - FirebaseAuth? auth,
- required Object flowKey,
- TextDirection? desktopLayoutDirection,
- SideBuilder? sideBuilder,
- HeaderBuilder? headerBuilder,
- double? headerMaxExtent,
- double breakpoint = 500,
- int? contentFlex,
- double? maxWidth,
- 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);