QrCodeShape

@Stable
interface QrCodeShape

Shape of the QR-code pattern.

Limitations:

  • The Default shape is the smallest available. Any custom shapes must have bigger size.

  • QR code pattern must always be at the center of the matrix.

  • QR code matrix is always square.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val shapeSizeIncrease: Float

How much was QR code size increased in fraction related to default size (1.0).

Functions

Link copied to clipboard

Transform receiver matrix or create new with bigger size.