DocumentUploadView constructor
const
DocumentUploadView({
- required DocumentVerificationType verificationType,
- String? rejectionMessage,
- Key? key,
Implementation
const DocumentUploadView({
required this.verificationType,
this.rejectionMessage,
Key? key,
}) : super(key: key);