ListTileThemeData constructor

const ListTileThemeData(
  1. {bool? dense,
  2. ShapeBorder? shape,
  3. ListTileStyle? style,
  4. Color? selectedColor,
  5. Color? iconColor,
  6. Color? textColor,
  7. TextStyle? titleTextStyle,
  8. TextStyle? subtitleTextStyle,
  9. TextStyle? leadingAndTrailingTextStyle,
  10. EdgeInsetsGeometry? contentPadding,
  11. Color? tileColor,
  12. Color? selectedTileColor,
  13. double? horizontalTitleGap,
  14. double? minVerticalPadding,
  15. double? minLeadingWidth,
  16. bool? enableFeedback,
  17. MaterialStateProperty<MouseCursor?>? mouseCursor,
  18. VisualDensity? visualDensity,
  19. ListTileTitleAlignment? titleAlignment}
)

Creates a ListTileThemeData.

Implementation

const ListTileThemeData ({
  this.dense,
  this.shape,
  this.style,
  this.selectedColor,
  this.iconColor,
  this.textColor,
  this.titleTextStyle,
  this.subtitleTextStyle,
  this.leadingAndTrailingTextStyle,
  this.contentPadding,
  this.tileColor,
  this.selectedTileColor,
  this.horizontalTitleGap,
  this.minVerticalPadding,
  this.minLeadingWidth,
  this.enableFeedback,
  this.mouseCursor,
  this.visualDensity,
  this.titleAlignment,
});