DDSNestedCheckbox constructor
const
DDSNestedCheckbox({
- Key? key,
- required CheckboxItem item,
- CheckboxShape shape = CheckboxShape.roundedRectangle,
- Color? checkboxColor = ThemeColors.primary,
- double? checkboxScale = 1.0,
- double indentationWidth = 32.0,
- void onChanged(
- CheckboxItem item
Implementation
const DDSNestedCheckbox({
Key? key,
required this.item,
this.shape = CheckboxShape.roundedRectangle,
this.checkboxColor = ThemeColors.primary,
this.checkboxScale = 1.0,
this.indentationWidth = 32.0,
this.onChanged,
}) : super(key: key);