CourseSelector constructor

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

Displays a form where the user can search for courses and enable/disable them.

Implementation

const CourseSelector({super.key});