FeatureHeroCard constructor

const FeatureHeroCard({
  1. Key? key,
  2. required FeatureDescriptor feature,
})

Implementation

const FeatureHeroCard({
  super.key,
  required this.feature,
});