CourseTag constructor
- Key? key,
- required MoodleCourse course,
Displays the shortname of the given course
in a colored tag.
Implementation
const CourseTag({super.key, required this.course});
Displays the shortname of the given course
in a colored tag.
const CourseTag({super.key, required this.course});