CustomSwitch constructor
Implementation
const CustomSwitch({
super.key,
required this.title,
required this.subtitle,
required this.value,
required this.onChanged,
this.titleFontSize,
this.subtitleFontSize,
});
const CustomSwitch({
super.key,
required this.title,
required this.subtitle,
required this.value,
required this.onChanged,
this.titleFontSize,
this.subtitleFontSize,
});