InspectionDownloadProgressPanel constructor

const InspectionDownloadProgressPanel({
  1. Key? key,
  2. required InspectionLocation location,
})

Implementation

const InspectionDownloadProgressPanel({
  super.key,
  required this.location,
});