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,
super.key,
});