CourseBorder constructor
const
CourseBorder({})
Implementation
const CourseBorder({
super.key,
this.course,
this.sectionTime,
this.timeCode,
this.onPressed,
this.height = _courseHeight,
this.width = double.maxFinite,
this.border,
this.color,
});