FeatureDetail constructor
const
FeatureDetail({
- Key? key,
- required FeatureDescriptor feature,
Creates a new feature detail view.
Implementation
const FeatureDetail({super.key, required this.feature});