WiseListTileTheme constructor
const
WiseListTileTheme({
- Key? key,
- bool dense = false,
- ShapeBorder? shape,
- WiseListTileStyle style = WiseListTileStyle.list,
- Color? selectedColor,
- Color? iconColor,
- Color? textColor,
- EdgeInsetsGeometry? contentPadding,
- Color? tileColor,
- Color? selectedTileColor,
- bool? enableFeedback,
- double? horizontalTitleGap,
- double? minVerticalPadding,
- double? minLeadingWidth,
- required Widget child,
Creates a list tile theme that controls the color and style parameters for
Implementation
const WiseListTileTheme({
Key? key,
this.dense = false,
this.shape,
this.style = WiseListTileStyle.list,
this.selectedColor,
this.iconColor,
this.textColor,
this.contentPadding,
this.tileColor,
this.selectedTileColor,
this.enableFeedback,
this.horizontalTitleGap,
this.minVerticalPadding,
this.minLeadingWidth,
required Widget child,
}) : super(key: key, child: child);