CrossmintExportPrivateKeyButton constructor

const CrossmintExportPrivateKeyButton({
  1. Key? key,
  2. required CrossmintRuntimeWalletBase wallet,
  3. VoidCallback? onExported,
  4. void onError(
    1. Object error
    )?,
  5. CrossmintExportPrivateKeyButtonBuilder? childBuilder,
})

Implementation

const CrossmintExportPrivateKeyButton({
  super.key,
  required this.wallet,
  this.onExported,
  this.onError,
  this.childBuilder,
});