FeatureCardProps.accented constructor
const
FeatureCardProps.accented({})
Creates a feature card with accent color styling and CTA button. This is the style used for InfoTile-like cards.
Implementation
const FeatureCardProps.accented({
required this.title,
required this.description,
required this.icon,
required String this.accentColor,
this.href,
this.onTap,
this.ctaText,
this.isExternal = false,
}) : showArrow = false,
horizontal = false,
showCta = true;