ProtectWalletScreen constructor

const ProtectWalletScreen({
  1. Key? key,
  2. required String seedPhrase,
  3. WalletType walletType = WalletType.openZeppelin,
})

Implementation

const ProtectWalletScreen({
  super.key,
  required this.seedPhrase,
  this.walletType = WalletType.openZeppelin,
});