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