SwitchButton constructor
const
SwitchButton({})
Implementation
const SwitchButton({
super.key,
required this.text,
required this.onChanged,
this.color = FUIColors.black500,
this.remindersActive = false,
this.textColor,
});