Rachel
Toggle table of contents
3.6.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.qrcode
/
io.github.alexzhirkevich.qrose.options
/
QrBackground
Qr
Background
@
Stable
class
QrBackground
(
val
painter
:
Painter
?
=
null
,
val
fill
:
Brush
?
=
null
,
val
shape
:
Shape
=
RectangleShape
)
Members
Constructors
Qr
Background
Link copied to clipboard
constructor
(
painter
:
Painter
?
=
null
,
fill
:
Brush
?
=
null
,
shape
:
Shape
=
RectangleShape
)
Properties
fill
Link copied to clipboard
val
fill
:
Brush
?
painter
Link copied to clipboard
val
painter
:
Painter
?
shape
Link copied to clipboard
val
shape
:
Shape
Functions
copy
Link copied to clipboard
fun
copy
(
painter
:
Painter
?
=
this.painter
,
brush
:
Brush
?
=
this.fill
,
shape
:
Shape
=
this.shape
)
:
QrBackground
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int