DataScannerPage<T> constructor
DataScannerPage<T> ({
- Key? key,
- required DataScannerConfiguration<
T> scannerConfiguration, - Widget? title,
- bool showSBBLogo = true,
Implementation
DataScannerPage({
Key? key,
required this.scannerConfiguration,
this.title,
this.showSBBLogo = true,
}) : super(key: key);