-
Notifications
You must be signed in to change notification settings - Fork 0
foreground
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.toolkit/foreground
[androidJvm]\
fun Modifier.foreground(color: Color, shape: Shape = RectangleShape): Modifier
fun Modifier.foreground(brush: Brush, shape: Shape = RectangleShape, @FloatRange(from = 0.0, to = 1.0)alpha: Float = 1.0f): Modifier