ScanbotDocumentScannerView constructor
const
ScanbotDocumentScannerView({
- Key? key,
- ScannerController? controller,
- dynamic onPageCaptured(
- DocumentPage page
- dynamic onSessionCompleted(
- DocumentScanSession session
Implementation
const ScanbotDocumentScannerView({
super.key,
this.controller,
this.onPageCaptured,
this.onSessionCompleted,
});