DocumentSelectionScreen constructor
DocumentSelectionScreen({})
Implementation
DocumentSelectionScreen(
{Key? key,
required this.documentTypes,
required this.onSelectedDocument,
this.screenTexts,this.language="en",this.bgColor})
: super(key: key);