DataScannerPage<T> constructor

DataScannerPage<T>({
  1. Key? key,
  2. required DataScannerConfiguration<T> scannerConfiguration,
  3. Widget? title,
})

Implementation

DataScannerPage({
  Key? key,
  required this.scannerConfiguration,
  this.title,
  this.showSBBLogo = true,
}) : super(key: key);