QrCodePainter
@Immutable
Encodes data payload and renders it into the compose Painter using styling options
Functions
Link copied to clipboard
fun Painter.toImageBitmap(width: Int, height: Int, alpha: Float = 1.0f, colorFilter: ColorFilter? = null): ImageBitmap
Converts Painter to ImageBitmap with desired width, height, alpha and colorFilter