CustomBarcode constructor

const CustomBarcode({
  1. Key? key,
  2. required Map barcode,
})

Creates a CustomBarcode widget.

The barcode parameter must contain the barcode configuration data.

Implementation

const CustomBarcode({super.key, required this.barcode});