ArcaneFeatureCard constructor
const
ArcaneFeatureCard({})
Implementation
const ArcaneFeatureCard({
required this.title,
required this.description,
this.icon,
this.href,
this.onTap,
this.showArrow = false,
this.horizontal = false,
super.key,
});