DocumentUploadView constructor

const DocumentUploadView({
  1. required DocumentVerificationType verificationType,
  2. String? rejectionMessage,
  3. Key? key,
})

Implementation

const DocumentUploadView({
  required this.verificationType,
  this.rejectionMessage,
  Key? key,
}) : super(key: key);