of
fun of(image: BackgroundImage? = null, repeat: BackgroundRepeat? = null, size: BackgroundSize? = null, position: BackgroundPosition? = null, origin: BackgroundOrigin? = null, clip: BackgroundClip? = null, attachment: BackgroundAttachment? = null): Background.Listable(source)
fun of(image: BackgroundImage? = null, repeat: BackgroundRepeat? = null, size: BackgroundSize? = null, position: BackgroundPosition? = null, blend: BackgroundBlendMode?, origin: BackgroundOrigin? = null, clip: BackgroundClip? = null, attachment: BackgroundAttachment? = null): Background.Listable(source)
Deprecated (with error)
Unfortunately, we need to deprecate supporting `blend` in `Background`. Moving forward, the value is ignored. It was a nice idea but we hit technical limitations. Instead, CSS offers a separate `backgroundBlendMode` property you should set directly.