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