const RandomSeedRow({ Key? key, required this.randomSeed, required this.updateSeed, }) : super(key: key);