OrgProgressReportScreen constructor

const OrgProgressReportScreen({
  1. required String orgId,
  2. Key? key,
})

Implementation

const OrgProgressReportScreen({required this.orgId, super.key});