DigitCheckboxTile constructor
const
DigitCheckboxTile({
- bool value = false,
- required String label,
- ValueChanged<
bool> ? onChanged, - EdgeInsets? padding,
- EdgeInsets? margin,
- Key? key,
Implementation
const DigitCheckboxTile({
this.value = false,
required this.label,
this.onChanged,
this.padding,
this.margin,
super.key,
});