setDot method

QrStyle setDot(
  1. int size
)

设置条码生成块大小

Implementation

QrStyle setDot(int size) {
  qrFormat.dotSize = size;
  return this;
}