PhoneInputView constructor

const PhoneInputView({
  1. Key? key,
  2. required Object flowKey,
  3. SMSCodeRequestedCallback? onSMSCodeRequested,
  4. FirebaseAuth? auth,
  5. AuthAction? action,
  6. PhoneNumberSubmitCallback? onSubmit,
  7. WidgetBuilder? subtitleBuilder,
  8. WidgetBuilder? footerBuilder,
})

Implementation

const PhoneInputView({
  Key? key,
  required this.flowKey,
  this.onSMSCodeRequested,
  this.auth,
  this.action,
  this.onSubmit,
  this.subtitleBuilder,
  this.footerBuilder,
}) : super(key: key);