PathProgressScreen constructor

const PathProgressScreen({
  1. required String orgId,
  2. required String pathId,
  3. Key? key,
})

Implementation

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