SettingSwitch constructor Null safety
Implementation
SettingSwitch({Key? key, required this.settings, required this.index, required this.wholeSettings}) : super(key: key);
SettingSwitch({Key? key, required this.settings, required this.index, required this.wholeSettings}) : super(key: key);