CreateWalletScreen constructor

const CreateWalletScreen({
  1. Key? key,
  2. required String seedPhrase,
})

Implementation

const CreateWalletScreen({super.key, required this.seedPhrase});