CourseTag constructor

const CourseTag({
  1. Key? key,
  2. required MoodleCourse course,
})

Displays the shortname of the given course in a colored tag.

Implementation

const CourseTag({super.key, required this.course});