SettingsScreen constructor
const
SettingsScreen({
- Key? key,
- required OptionScreen options,
Implementation
const SettingsScreen({super.key, required this.options});
const SettingsScreen({super.key, required this.options});