-
Notifications
You must be signed in to change notification settings - Fork 21
QrHighlightingShape
Alexander Zhirkevich edited this page Sep 5, 2022
·
2 revisions
Shape of the QR code highlighting.
fun interface QrHighlightingShape : QrShapeModifier
Implementation | Description |
---|---|
QrHighlightingShape.Default |
Square shape |
QrHighlightingShape.Circle |
Circle shape |
QrHighlightingShape.RoundCorners |
Rounded corners shape |
Any QrShapeModifier
can be converted to QrHighlightingShape
using QrShapeModifier.asHightlightingShape
function