FeatureDetail constructor

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

Creates a new feature detail view.

Implementation

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