LiveCheckboxListTile.adaptive constructor

const LiveCheckboxListTile.adaptive({
  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,
  14. ShapeBorder? shape,
  15. BorderSide? side,
  16. bool isError,
  17. ValueCell<bool?>? enabled,
  18. Color? tileColor,
  19. Widget? title,
  20. Widget? subtitle,
  21. bool? isThreeLine,
  22. bool? dense,
  23. Widget? secondary,
  24. bool selected,
  25. ListTileControlAffinity? controlAffinity,
  26. EdgeInsetsGeometry? contentPadding,
  27. bool tristate,
  28. OutlinedBorder? checkboxShape,
  29. Color? selectedTileColor,
  30. void onFocusChange(
    1. bool
    )?,
  31. bool? enableFeedback,
  32. String? checkboxSemanticLabel,
  33. double checkboxScaleFactor,
  34. ListTileTitleAlignment? titleAlignment,
  35. bool internalAddSemanticForOnTap,
})

Implementation

const factory LiveCheckboxListTile.adaptive({
  Key? key,
  required MutableCell<bool?> value,
  MouseCursor? mouseCursor,
  Color? activeColor,
  WidgetStateProperty<Color?>? fillColor,
  Color? checkColor,
  Color? hoverColor,
  WidgetStateProperty<Color?>? overlayColor,
  double? splashRadius,
  MaterialTapTargetSize? materialTapTargetSize,
  VisualDensity? visualDensity,
  FocusNode? focusNode,
  bool autofocus,
  ShapeBorder? shape,
  BorderSide? side,
  bool isError,
  ValueCell<bool?>? enabled,
  Color? tileColor,
  Widget? title,
  Widget? subtitle,
  bool? isThreeLine,
  bool? dense,
  Widget? secondary,
  bool selected,
  ListTileControlAffinity? controlAffinity,
  EdgeInsetsGeometry? contentPadding,
  bool tristate,
  OutlinedBorder? checkboxShape,
  Color? selectedTileColor,
  void Function(bool)? onFocusChange,
  bool? enableFeedback,
  String? checkboxSemanticLabel,
  double checkboxScaleFactor,
  ListTileTitleAlignment? titleAlignment,
  bool internalAddSemanticForOnTap,
}) = _LiveCheckboxListTile$adaptive;