CheckpointsScreen constructor

const CheckpointsScreen({
  1. required CheckpointsGroup checkpointsGroup,
  2. required bool isCurrentGroupSequence,
  3. required Json? getChecklistCSRFExtra,
  4. required Json? updateCheckpointsBatchExtra,
  5. required Json? getChecklistGroupsExtra,
  6. required Widget? apiManagerLayout,
  7. Key? key,
})

Implementation

const CheckpointsScreen({
  required this.checkpointsGroup,
  required this.isCurrentGroupSequence,
  required this.getChecklistCSRFExtra,
  required this.updateCheckpointsBatchExtra,
  required this.getChecklistGroupsExtra,
  required this.apiManagerLayout,
  super.key,
});