HostControlSwitch constructor
const
HostControlSwitch({})
Implementation
const HostControlSwitch({
super.key,
required this.title,
required this.subtitle,
required this.value,
required this.onChanged,
this.isChild = false,
this.isDividerRequired = true,
this.isEnable = true,
});