StepItem constructor

const StepItem({
  1. Key? key,
  2. required PatientRegistrationStep patientStep,
})

Implementation

const StepItem({Key? key, required this.patientStep}) : super(key: key);