FeatureShowcaseItem constructor
const
FeatureShowcaseItem({})
Implementation
const FeatureShowcaseItem({
required this.icon,
required this.title,
required this.description,
this.header,
this.footer,
this.onTap,
this.href,
});