NikuCheckboxListTile constructor

NikuCheckboxListTile(
  1. bool? value, {
  2. Key? key,
  3. ValueChanged<bool?>? onChanged,
  4. Color? activeColor,
  5. Color? checkColor,
  6. Color? tileColor,
  7. Widget? title,
  8. Widget? subtitle,
  9. bool? isThreeLine,
  10. bool? dense,
  11. Widget? secondary,
  12. bool? selected,
  13. ListTileControlAffinity? controlAffinity,
  14. bool? autofocus,
  15. NikuEdgeInsets? contentPadding,
  16. bool? tristate,
  17. ShapeBorder? shape,
  18. Color? selectedTileColor,
  19. VisualDensity? visualDensity,
  20. FocusNode? focusNode,
  21. bool? enableFeedback,
  22. Color? splashColor,
  23. Color? highlightColor,
  24. Color? hoverColor,
  25. Color? focusColor,
})

Implementation

NikuCheckboxListTile(
  this.value, {
  Key? key,
  this.onChanged,
  this.activeColor,
  this.checkColor,
  this.tileColor,
  this.title,
  this.subtitle,
  this.isThreeLine,
  this.dense,
  this.secondary,
  this.selected,
  this.controlAffinity,
  this.autofocus,
  this.contentPadding,
  this.tristate,
  this.shape,
  this.selectedTileColor,
  this.visualDensity,
  this.focusNode,
  this.enableFeedback,
  this.splashColor,
  this.highlightColor,
  this.hoverColor,
  this.focusColor,
}) : super(key: key);