LiveCheckboxListTile constructor

const LiveCheckboxListTile({
  1. Key? key,
  2. required MutableCell<bool?> value,
  3. MouseCursor? mouseCursor,
  4. Color? activeColor,
  5. WidgetStateProperty<Color?>? fillColor,
  6. Color? checkColor,
  7. Color? hoverColor,
  8. WidgetStateProperty<Color?>? overlayColor,
  9. double? splashRadius,
  10. MaterialTapTargetSize? materialTapTargetSize,
  11. VisualDensity? visualDensity,
  12. FocusNode? focusNode,
  13. bool autofocus = false,
  14. ShapeBorder? shape,
  15. BorderSide? side,
  16. bool isError = false,
  17. ValueCell<bool?>? enabled,
  18. Color? tileColor,
  19. Widget? title,
  20. Widget? subtitle,
  21. bool isThreeLine = false,
  22. bool? dense,
  23. Widget? secondary,
  24. bool selected = false,
  25. ListTileControlAffinity controlAffinity = ListTileControlAffinity.platform,
  26. EdgeInsetsGeometry? contentPadding,
  27. bool tristate = false,
  28. OutlinedBorder? checkboxShape,
  29. Color? selectedTileColor,
  30. void onFocusChange(
    1. bool
    )?,
  31. bool? enableFeedback,
  32. String? checkboxSemanticLabel,
})

Implementation

const LiveCheckboxListTile({
  super.key,
  required this.value,
  this.mouseCursor,
  this.activeColor,
  this.fillColor,
  this.checkColor,
  this.hoverColor,
  this.overlayColor,
  this.splashRadius,
  this.materialTapTargetSize,
  this.visualDensity,
  this.focusNode,
  this.autofocus = false,
  this.shape,
  this.side,
  this.isError = false,
  this.enabled,
  this.tileColor,
  this.title,
  this.subtitle,
  this.isThreeLine = false,
  this.dense,
  this.secondary,
  this.selected = false,
  this.controlAffinity = ListTileControlAffinity.platform,
  this.contentPadding,
  this.tristate = false,
  this.checkboxShape,
  this.selectedTileColor,
  this.onFocusChange,
  this.enableFeedback,
  this.checkboxSemanticLabel,
});