FeatureCard constructor
const
FeatureCard({
- required String title,
- required String description,
- ArcaneGlyph? icon,
- String? href,
- void onTap()?,
- bool horizontal = false,
- String? accentColor,
- String? ctaText,
- bool isExternal = false,
- bool showCta = false,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
Implementation
const FeatureCard({
required this.title,
required this.description,
this.icon,
this.href,
this.onTap,
this.horizontal = false,
this.accentColor,
this.ctaText,
this.isExternal = false,
this.showCta = false,
this.styles,
this.decoration,
super.key,
});