StudentResultDetailHeader constructor

const StudentResultDetailHeader({
  1. Key? key,
  2. required List ResultDetails,
})

Implementation

const StudentResultDetailHeader({super.key, required this.ResultDetails});