ListTileThemeData constructor
- bool? dense,
- ShapeBorder? shape,
- ListTileStyle? style,
- Color? selectedColor,
- Color? iconColor,
- Color? textColor,
- TextStyle? titleTextStyle,
- TextStyle? subtitleTextStyle,
- TextStyle? leadingAndTrailingTextStyle,
- EdgeInsetsGeometry? contentPadding,
- Color? tileColor,
- Color? selectedTileColor,
- double? horizontalTitleGap,
- double? minVerticalPadding,
- double? minLeadingWidth,
- bool? enableFeedback,
- MaterialStateProperty<
MouseCursor?> ? mouseCursor, - VisualDensity? visualDensity,
- double? minTileHeight,
- 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.minTileHeight,
this.titleAlignment,
});