FKappaSwitch constructor
const
FKappaSwitch({
- Key? key,
- required bool value,
- required ValueChanged<
bool> ? onChanged, - Color? activeColor,
Implementation
const FKappaSwitch({
super.key,
required this.value,
required this.onChanged,
this.activeColor,
});