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