barCodeWidth property

  1. @override
double barCodeWidth
override

Implementation

@override
double get barCodeWidth =>
    ((data.length / 2).ceil() * (4 * wideBarRatio + 6) + wideBarRatio + 6) *
        lineWidth +
    (2 * (lineWidth * quietZoneRatio));