ThemedListTileCard constructor
const
ThemedListTileCard({
- Key? key,
- ThemeGroupType type = ThemeGroupType.MOM,
- ElevationLevel elevationLevel = ElevationLevel.LOW,
- VoidCallback? itemClickedCallback,
- VoidCallback? itemLongClickedCallback,
- IconData? leadingIcon,
- ThemeGroupType leadingType = ThemeGroupType.MOM,
- Emphasis leadingEmphasis = Emphasis.NONE,
- VoidCallback? leadingIconClickedCallback,
- String? title,
- ThemeGroupType titleType = ThemeGroupType.POM,
- Emphasis titleEmphasis = Emphasis.HIGH,
- String? subtitle,
- ThemeGroupType subtitleType = ThemeGroupType.MOM,
- Emphasis subtitleEmphasis = Emphasis.NONE,
- IconData? trailingIcon,
- ThemeGroupType trailingType = ThemeGroupType.MOM,
- Emphasis trailingEmphasis = Emphasis.NONE,
- VoidCallback? trailingIconClickedCallback,
- Color? shadowColor,
- ShapeBorder? shape,
- bool borderOnForeground = true,
- EdgeInsetsGeometry? margin,
- Clip? clipBehavior,
- bool semanticContainer = true,
Implementation
const ThemedListTileCard({
super.key,
this.type = ThemeGroupType.MOM,
this.elevationLevel = ElevationLevel.LOW,
this.itemClickedCallback,
this.itemLongClickedCallback,
this.leadingIcon,
this.leadingType = ThemeGroupType.MOM,
this.leadingEmphasis = Emphasis.NONE,
this.leadingIconClickedCallback,
this.title,
this.titleType = ThemeGroupType.POM,
this.titleEmphasis = Emphasis.HIGH,
this.subtitle,
this.subtitleType = ThemeGroupType.MOM,
this.subtitleEmphasis = Emphasis.NONE,
this.trailingIcon,
this.trailingType = ThemeGroupType.MOM,
this.trailingEmphasis = Emphasis.NONE,
this.trailingIconClickedCallback,
super.shadowColor,
super.shape,
super.borderOnForeground = true,
super.margin,
super.clipBehavior,
super.semanticContainer = true,
});