QrBackground

@Stable
class QrBackground(val painter: Painter? = null, val fill: Brush? = null, val shape: Shape = RectangleShape)

Constructors

Link copied to clipboard
constructor(painter: Painter? = null, fill: Brush? = null, shape: Shape = RectangleShape)

Properties

Link copied to clipboard
val fill: Brush?
Link copied to clipboard
val painter: Painter?
Link copied to clipboard
val shape: Shape

Functions

Link copied to clipboard
fun copy(painter: Painter? = this.painter, brush: Brush? = this.fill, shape: Shape = this.shape): QrBackground
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int