VNestedCheckboxTile constructor
const
VNestedCheckboxTile({
- Key? key,
- required String label,
- required bool? value,
- required ValueChanged<
bool> valueChanged, - bool tristate = true,
- CheckboxType checkboxType = CheckboxType.child,
- VCheckboxStyle? style,
Implementation
const VNestedCheckboxTile({
super.key,
required this.label,
required this.value,
required this.valueChanged,
this.tristate = true,
this.checkboxType = CheckboxType.child,
this.style,
});