AppListTileContainer constructor
- Key? key,
- double? elevation,
- VoidCallback? onTap,
- required Widget title,
- required Widget subtitle,
- required Widget icon,
- Widget? infoTag,
- Color? infoIconColor,
- EdgeInsetsGeometry? margin,
Implementation
const AppListTileContainer({
super.key,
this.elevation,
this.onTap,
required this.title,
required this.subtitle,
required this.icon,
this.infoTag,
this.infoIconColor,
this.margin,
});