Companion
Properties
Functions
Link copied to clipboard
A Kotlin-idiomatic API to configure the background
CSS property with multiple backgrounds.
Link copied to clipboard
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
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