CourseTableGrid constructor
- Key? key,
- required CourseTableSummaryObject couseTableSummary,
- double? viewportWidth,
- double? viewportHeight,
Implementation
const CourseTableGrid({
super.key,
required this.couseTableSummary,
this.viewportWidth,
this.viewportHeight,
});