QrShapes
@Immutable
Shapes of QR code elements
Parameters
Constructors
Link copied to clipboard
constructor(code: QrCodeShape = QrCodeShape.Default, darkPixel: QrPixelShape = QrPixelShape.Default, lightPixel: QrPixelShape = QrPixelShape.Default, ball: QrBallShape = QrBallShape.Default, frame: QrFrameShape = QrFrameShape.Default, centralSymmetry: Boolean = true)
Properties
Functions
Link copied to clipboard
fun copy(code: QrCodeShape = this.code, darkPixel: QrPixelShape = this.darkPixel, lightPixel: QrPixelShape = this.lightPixel, ball: QrBallShape = this.ball, frame: QrFrameShape = this.frame, centralSymmetry: Boolean = this.centralSymmetry): QrShapes