StudentAttendanceNew constructor
const
StudentAttendanceNew({})
Implementation
const StudentAttendanceNew({
super.key,
required this.studentSubjectWiseAttendance,
required this.filteredSubjectWiseAttendance,
required this.dayWiseAttendanceList,
required this.totalSlotsInDay,
required this.isShowCaseAdded,
required this.semHeaderText,
});