LabeledCheckbox constructor
const
LabeledCheckbox({
- Key? key,
- Widget? label,
- bool? value,
- ValueChanged<
bool?> ? onChanged,
Implementation
const LabeledCheckbox({
Key? key,
this.label,
this.value,
this.onChanged,
}) : super(key: key);