getStyle static method

BarcodeStyle getStyle()

返回当前设置的样式属性对象

Implementation

static BarcodeStyle getStyle() {
  return BarcodeStyle(BarcodeFormat(dotWidth: 2, barHeight: 162, symbology: 8));
}