RawBarcodeView constructor

const RawBarcodeView({
  1. Key? key,
  2. required void onBarcodeViewCreated(
    1. BarcodeViewController controller
    ),
})

Implementation

const RawBarcodeView({Key? key, required this.onBarcodeViewCreated}) : super(key: key);