barCodeWidth property

  1. @override
double get barCodeWidth
override

Implementation

@override
double get barCodeWidth =>
    (data.length + 2) * 11 * lineWidth + 13 * lineWidth;