CrossmintExportPrivateKeyButton constructor
const
CrossmintExportPrivateKeyButton({
- Key? key,
- required CrossmintRuntimeWalletBase wallet,
- VoidCallback? onExported,
- void onError(
- Object error
- CrossmintExportPrivateKeyButtonBuilder? childBuilder,
Implementation
const CrossmintExportPrivateKeyButton({
super.key,
required this.wallet,
this.onExported,
this.onError,
this.childBuilder,
});