PreparePage constructor

const PreparePage({
  1. Key? key,
  2. required String documentType,
})

Implementation

const PreparePage({
  super.key,
  required this.documentType,
});