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