InspectionDownloadProgressPanel constructor
- Key? key,
- required InspectionLocation location,
Implementation
const InspectionDownloadProgressPanel({
super.key,
required this.location,
});
const InspectionDownloadProgressPanel({
super.key,
required this.location,
});