TolyCheckBox constructor
const
TolyCheckBox({
- Key? key,
- required bool value,
- bool indeterminate = false,
- Widget? label,
- double labelSpacing = 6,
- double size = 16,
- BorderRadius? borderRadius,
- ValueChanged<
bool> ? onChanged,
Implementation
const TolyCheckBox({
super.key,
required this.value,
this.indeterminate = false,
this.label,
this.labelSpacing = 6,
this.size = 16,
this.borderRadius,
this.onChanged,
});