SelectablePlatformListTile constructor

const SelectablePlatformListTile({
  1. Key? key,
  2. Key? widgetKey,
  3. Widget? leading,
  4. required Widget title,
  5. Widget? subtitle,
  6. Widget? trailing,
  7. bool isThreeLine = false,
  8. void onTap()?,
  9. void onLongPress()?,
  10. VisualDensity? visualDensity,
  11. bool selected = false,
  12. MouseCursor? mouseCursor,
  13. bool? dense,
  14. ShapeBorder? shape,
  15. EdgeInsetsGeometry? contentPadding,
  16. bool enabled = true,
  17. Color? focusColor,
  18. Color? hoverColor,
  19. FocusNode? focusNode,
  20. bool autofocus = false,
  21. Color? tileColor,
  22. Color? selectedTileColor,
  23. bool? enableFeedback,
  24. double? horizontalTitleGap,
  25. double? minVerticalPadding,
  26. double? minLeadingWidth,
})

Implementation

const SelectablePlatformListTile({
  Key? key,
  this.widgetKey,
  this.leading,
  required this.title,
  this.subtitle,
  this.trailing,
  this.isThreeLine = false,
  this.onTap,
  this.onLongPress,
  this.visualDensity,
  this.selected = false,
  this.mouseCursor,
  this.dense,
  this.shape,
  this.contentPadding,
  this.enabled = true,
  this.focusColor,
  this.hoverColor,
  this.focusNode,
  this.autofocus = false,
  this.tileColor,
  this.selectedTileColor,
  this.enableFeedback,
  this.horizontalTitleGap,
  this.minVerticalPadding,
  this.minLeadingWidth,
}) : super(key: key);