CLCard constructor
const
CLCard({})
Implementation
const CLCard({
super.key,
required this.color,
required this.title,
this.onTap,
required this.icon,
required this.vertical,
required this.subtitle,
});
const CLCard({
super.key,
required this.color,
required this.title,
this.onTap,
required this.icon,
required this.vertical,
required this.subtitle,
});