DocumentScanView constructor
const
DocumentScanView({
- required DocumentSide side,
- Key? key,
Implementation
const DocumentScanView({
required this.side,
Key? key,
}) : super(key: key);