barCodeWidth property

  1. @override
double barCodeWidth
override

Implementation

@override
double get barCodeWidth => (data.length + 5) * 9 * lineWidth - 3;