FeraSwitch constructor
const
FeraSwitch({
- Key? key,
- bool isEnabled = true,
- required bool value,
- required ValueChanged<
bool> onChanged,
Implementation
const FeraSwitch(
{super.key,
this.isEnabled = true,
required this.value,
required this.onChanged});