CourseSelectionScreen constructor

const CourseSelectionScreen({
  1. Key? key,
})

Prompts the user to select courses to include in the planning process.

Implementation

const CourseSelectionScreen({super.key});