SeedGrid constructor

const SeedGrid({
  1. Key? key,
  2. required List<String> seedPhrase,
})

Implementation

const SeedGrid({Key? key, required this.seedPhrase}) : super(key: key);