IntegrationCard constructor
const
IntegrationCard({})
Implementation
const IntegrationCard({
required this.name,
this.description,
this.logoUrl,
this.logo,
this.href,
this.onTap,
this.category,
this.featured = false,
super.key,
});