CustomListTile constructor
const
CustomListTile({})
Implementation
const CustomListTile({
super.key,
required this.title,
required this.icon,
this.children,
this.isSelected,
this.isExpanded = true,
this.itemExpanded,
this.onTap,
this.selectedColor,
this.iconBagroundColor,
this.hoverColor,
this.enableAnimation = true,
this.showOverlay = false,
});