CourseTableGrid constructor

const CourseTableGrid({
  1. Key? key,
  2. required CourseTableSummaryObject couseTableSummary,
  3. double? viewportWidth,
  4. double? viewportHeight,
})

Implementation

const CourseTableGrid({
  super.key,
  required this.couseTableSummary,
  this.viewportWidth,
  this.viewportHeight,
});