IDErrorView constructor
const
IDErrorView({
- required IdDocumentState idDocumentState,
- required IdDocumentType idType,
- Key? key,
Implementation
const IDErrorView({
required this.idDocumentState,
required this.idType,
Key? key,
}) : super(key: key);