CourseTableCellSkeleton constructor

const CourseTableCellSkeleton({
  1. Key? key,
})

Creates a loading placeholder for a course table cell.

Implementation

const CourseTableCellSkeleton({super.key});