SectionBox constructor

const SectionBox(
  1. DoctorSection section, {
  2. Key? key,
})

Implementation

const SectionBox(this.section, {super.key});