QrLogo
@Stable
Logo (middle image) of the QR code.
Parameters
painter
middle image.
size
image size in fraction relative to QR code size
padding
style and size of the QR code padding. Can be used without painter if you want to place a logo manually.
shape
shape of the logo padding
Constructors
Link copied to clipboard
constructor(painter: Painter? = null, size: Float = 0.25f, padding: QrLogoPadding = QrLogoPadding.Empty, shape: QrLogoShape = QrLogoShape.Default)
Properties
Functions
Link copied to clipboard
fun copy(painter: Painter? = this.painter, size: Float = this.size, padding: QrLogoPadding = this.padding, shape: QrLogoShape = this.shape): QrLogo