CDKButtonSwitch constructor
- Key? key,
- required bool value,
- ValueChanged<
bool> ? onChanged, - double size = 22.0,
Implementation
const CDKButtonSwitch({
super.key,
required this.value,
this.onChanged,
this.size = 22.0,
});
const CDKButtonSwitch({
super.key,
required this.value,
this.onChanged,
this.size = 22.0,
});