menu
rattle
settings/sections/random_seed.dart
RandomSeed
RandomSeed.new const constructor
RandomSeed.new
dark_mode
light_mode
RandomSeed
constructor
const
RandomSeed
(
{
Key
?
key
,
required
TextEditingController
controller
,
})
Implementation
const RandomSeed({super.key, required this.controller});
rattle
random_seed
RandomSeed
RandomSeed.new const constructor
RandomSeed class