PhoneOtpForm constructor

PhoneOtpForm({
  1. Action? action,
  2. Action? getOtpAction,
  3. Action? signupAction,
  4. bool showLoginError = true,
  5. LayoutConfiguration<ContentItem>? layout,
  6. List<ContentModifierConfiguration>? modifiers,
})

Implementation

PhoneOtpForm({
  this.action,
  this.getOtpAction,
  this.signupAction,
  this.showLoginError = true,
  super.layout,
  super.modifiers,
}) : super(schemaType: schemaName);