brush
@Stable
Any Compose brush constructed in builder with specific QR code part size. This can be gradient brushes like, shader brush or any other.
Example:
QrBrush.brush {
Brush.linearGradient(
0f to Color.Red,
1f to Color.Blue,
end = Offset(it,it)
)
}Content copied to clipboard