BarcodeRow constructor

BarcodeRow(
  1. int width
)

Creates a Barcode row of the width

Implementation

BarcodeRow(int width) : _row = Uint8List(width);