setHeight method

QrStyle setHeight(
  1. int height
)

设置自定义高度

Implementation

QrStyle setHeight(int height) {
  qrFormat.height = height;
  return this;
}