SettingSwitch constructor
const
SettingSwitch({})
Implementation
const SettingSwitch({
super.key,
required this.text,
required this.subText,
required this.value,
required this.onChanged,
});
const SettingSwitch({
super.key,
required this.text,
required this.subText,
required this.value,
required this.onChanged,
});