StudentResultExpansionResult constructor

const StudentResultExpansionResult({
  1. Key? key,
  2. dynamic studentModel,
  3. int? index,
  4. int? selected,
  5. ValueChanged<bool>? onExpansionChanged,
})

Implementation

const StudentResultExpansionResult({super.key, this.studentModel, this.index, this.selected, this.onExpansionChanged});