🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

BackgroundModifier.Image

Source set: Android
public class Image(
        public val imageProvider: ImageProvider?,
        public val contentScale: ContentScale = ContentScale.FillBounds,
        public val colorFilter: ColorFilter? = null,
        public val alpha: Float? = null,
    ) : BackgroundModifier

Functions

toString

Source set: Android
override fun toString(): String