WalletSetupScreen constructor
const
WalletSetupScreen({
- Key? key,
- required WalletReadyCallback onWalletReady,
- Map<
String, List< existingWalletsByRootId = const {},String> > - WalletUiText text = const WalletUiText(),
- WalletRegistryService? walletService,
- WalletBackupGateway? backupGateway,
- bool requireBackupConfirmation = true,
- bool protectSensitiveContent = true,
Implementation
const WalletSetupScreen({
super.key,
required this.onWalletReady,
this.existingWalletsByRootId = const {},
this.text = const WalletUiText(),
this.walletService,
this.backupGateway,
this.requireBackupConfirmation = true,
this.protectSensitiveContent = true,
});