//qrcode-kotlin/qrcode.shape/CircleShapeFunction/CircleShapeFunction
[common]\
constructor(squareSize: Int = DEFAULT_CELL_SIZE, innerSpace: Int = defaultInnerSpace(squareSize))
common
squareSize | How big each "square" will be, in pixels (defaults to DEFAULT_CELL_SIZE) |
innerSpace | How much space inside each "square" will be left empty (1 = 1px of the inner area won’t be drawn) |