MaterialBarCodeFrameWidget constructor

const MaterialBarCodeFrameWidget({
  1. Key? key,
  2. Widget? child,
  3. BarcodeScanStatus? scanStatus,
  4. BarcodeScanType? scanType,
})

Implementation

const MaterialBarCodeFrameWidget(
    {Key? key, this.child, this.scanStatus, this.scanType})
    : super(key: key);