IDErrorView constructor

const IDErrorView({
  1. required IdDocumentState idDocumentState,
  2. required IdDocumentType idType,
  3. Key? key,
})

Implementation

const IDErrorView({
  required this.idDocumentState,
  required this.idType,
  Key? key,
}) : super(key: key);