ScanbotDocumentScannerView constructor

const ScanbotDocumentScannerView({
  1. Key? key,
  2. ScannerController? controller,
  3. dynamic onPageCaptured(
    1. DocumentPage page
    )?,
  4. dynamic onSessionCompleted(
    1. DocumentScanSession session
    )?,
})

Implementation

const ScanbotDocumentScannerView({
  super.key,
  this.controller,
  this.onPageCaptured,
  this.onSessionCompleted,
});