ObservationDetailsScreen constructor
- Key? key,
- required ClassificationResult classificationResult,
Implementation
const ObservationDetailsScreen({Key? key, required this.classificationResult}) : super(key: key);
const ObservationDetailsScreen({Key? key, required this.classificationResult}) : super(key: key);