CLSectionCard constructor
const
CLSectionCard({})
Implementation
const CLSectionCard({
super.key,
required this.icon,
required this.iconColor,
required this.title,
this.subtitle,
required this.child,
this.trailing,
});