drawing Interface
Which qrcode.render.graphics.AndroidDrawingInterface will handle the actual drawing. By default, a android.graphics.Bitmap and android.graphics.Canvas will be used for compatibility reasons.
If you're in a modern Android app using Jetpack Compose, please see the drawQRCode extension function.