DocumentVerificationScreen constructor
DocumentVerificationScreen({})
Implementation
DocumentVerificationScreen(
{Key? key,
required this.documents,
required this.onDocumentsSubmitted,
required this.termsAndConditionUrl,
this.screenTexts,
this.bgColor})
: super(key: key);