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