Package-level declarations

Functions

Link copied to clipboard
fun Modifier.background(color: Color?, vararg backgrounds: Background.Repeatable): Modifier

Sets the background color and other background properties.

Link copied to clipboard
fun Modifier.backgroundColor(color: Color): Modifier

Sets the background color of the modifier.

Link copied to clipboard
fun Modifier.border(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: Color? = null): Modifier