CheckRow constructor

const CheckRow(
  1. DoctorCheck check, {
  2. Key? key,
})

Implementation

const CheckRow(this.check, {super.key});