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