CrossmintWalletOtpPrompt constructor

const CrossmintWalletOtpPrompt({
  1. Key? key,
  2. required Widget child,
  3. bool enabled = true,
  4. bool barrierDismissible = false,
})

Implementation

const CrossmintWalletOtpPrompt({
  super.key,
  required this.child,
  this.enabled = true,
  this.barrierDismissible = false,
});