SettingBoolInput constructor
const
SettingBoolInput({})
Implementation
const SettingBoolInput({
super.key,
required this.title,
this.subTitle,
required this.value,
this.disable = false,
this.onChanged,
});