FeatureCard constructor
const
FeatureCard({})
Implementation
const FeatureCard({
required this.title,
required this.description,
this.icon,
this.href,
this.onTap,
this.showArrow = false,
this.horizontal = false,
this.accentColor,
this.ctaText,
this.isExternal = false,
this.showCta = false,
this.styles,
this.decoration,
super.key,
});