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