NikuListTile constructor

NikuListTile({
  1. Key? key,
  2. Widget? leading,
  3. Widget? title,
  4. Widget? subtitle,
  5. Widget? trailing,
  6. bool? isThreeLine,
  7. bool? dense,
  8. VisualDensity? visualDensity,
  9. ShapeBorder? shape,
  10. Color? selectedColor,
  11. Color? iconColor,
  12. Color? textColor,
  13. ListTileStyle? style,
  14. NikuEdgeInsets? contentPadding,
  15. bool? enabled,
  16. GestureTapCallback? onTap,
  17. GestureLongPressCallback? onLongPress,
  18. MouseCursor? mouseCursor,
  19. bool? selected,
  20. Color? focusColor,
  21. Color? hoverColor,
  22. FocusNode? focusNode,
  23. bool? autofocus,
  24. Color? tileColor,
  25. Color? selectedTileColor,
  26. bool? enableFeedback,
  27. double? horizontalTitleGap,
  28. double? minVerticalPadding,
  29. double? minLeadingWidth,
})

Implementation

NikuListTile({
  this.key,
  this.leading,
  this.title,
  this.subtitle,
  this.trailing,
  this.isThreeLine,
  this.dense,
  this.visualDensity,
  this.shape,
  this.selectedColor,
  this.iconColor,
  this.textColor,
  this.style,
  this.contentPadding,
  this.enabled,
  this.onTap,
  this.onLongPress,
  this.mouseCursor,
  this.selected,
  this.focusColor,
  this.hoverColor,
  this.focusNode,
  this.autofocus,
  this.tileColor,
  this.selectedTileColor,
  this.enableFeedback,
  this.horizontalTitleGap,
  this.minVerticalPadding,
  this.minLeadingWidth,
}) : super(key: key);