StacListTile constructor
const
StacListTile({
- StacWidget? leading,
- StacWidget? title,
- StacWidget? subtitle,
- StacWidget? trailing,
- bool? isThreeLine,
- bool? dense,
- StacVisualDensity? visualDensity,
- StacShapeBorder? shape,
- StacListTileStyle? style,
- String? selectedColor,
- String? iconColor,
- String? textColor,
- StacEdgeInsets? contentPadding,
- bool? enabled,
- StacAction? onTap,
- StacAction? onLongPress,
- StacMouseCursor? mouseCursor,
- bool? selected,
- String? focusColor,
- String? hoverColor,
- bool? autofocus,
- String? tileColor,
- String? selectedTileColor,
- bool? enableFeedback,
- double? horizontalTitleGap,
- double? minVerticalPadding,
- double? minLeadingWidth,
- StacListTileTitleAlignment? titleAlignment,
Creates a StacListTile with the given properties.
Implementation
const StacListTile({
this.leading,
this.title,
this.subtitle,
this.trailing,
this.isThreeLine,
this.dense,
this.visualDensity,
this.shape,
this.style,
this.selectedColor,
this.iconColor,
this.textColor,
this.contentPadding,
this.enabled,
this.onTap,
this.onLongPress,
this.mouseCursor,
this.selected,
this.focusColor,
this.hoverColor,
this.autofocus,
this.tileColor,
this.selectedTileColor,
this.enableFeedback,
this.horizontalTitleGap,
this.minVerticalPadding,
this.minLeadingWidth,
this.titleAlignment,
});