Skip to content

foreground

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.toolkit/foreground

foreground

[androidJvm]\

@Stable

fun Modifier.foreground(color: Color, shape: Shape = RectangleShape): Modifier

@Stable

fun Modifier.foreground(brush: Brush, shape: Shape = RectangleShape, @FloatRange(from = 0.0, to = 1.0)alpha: Float = 1.0f): Modifier

Clone this wiki locally