CourseOverviewCourse constructor
- Key? key,
- required MoodleCourse course,
A course tile for the course overview screen.
Implementation
const CourseOverviewCourse({super.key, required this.course});
A course tile for the course overview screen.
const CourseOverviewCourse({super.key, required this.course});