getStyle static method

QrStyle getStyle()

返回当前样式属性对象

Implementation

static QrStyle getStyle() {
  return QrStyle(QrFormat(dotSize: 4, symbology: 1));
}