ZeroListTileStyle constructor
const
ZeroListTileStyle({
- Color? selectedColor,
- Color? hoverColor,
- Color? backgroundColor,
- TextStyle? titleTextStyle,
- TextStyle? subTitleTextStyle,
- Color? dividerColor,
- TextStyle? smallTitleTextStyle,
- TextStyle? smallSubTitleTextStyle,
- EdgeInsets? contentPadding,
- EdgeInsets? smallContentPadding,
Creates a ZeroListTile style that defines the color and style parameters for descendant ZeroListTiles.
Implementation
const ZeroListTileStyle({
this.selectedColor,
this.hoverColor,
this.backgroundColor,
this.titleTextStyle,
this.subTitleTextStyle,
this.dividerColor,
this.smallTitleTextStyle,
this.smallSubTitleTextStyle,
this.contentPadding,
this.smallContentPadding,
});