kobweb
Toggle table of contents
0.23.0
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.modifiers
/
backgroundSize
background
Size
fun
Modifier
.
backgroundSize
(
backgroundSize
:
BackgroundSize
)
:
Modifier
(
source
)
Deprecated
Use `Modifier.background { size(...) }` instead.
Replace with
background { size(backgroundSize) }
Content copied to clipboard