-
Notifications
You must be signed in to change notification settings - Fork 0
drawer sheet
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.navigation/DrawerSheet
[androidJvm]\
fun DrawerSheet(modifier: Modifier = Modifier, drawerState: DrawerState = remember { DrawerState() }, sizeAnimationFinishedListener: (initialValue: IntSize, targetValue: IntSize) -> Unit? = null, content: @Composable(DrawerValue) -> Unit = { Box( modifier = Modifier .width(200.dp) .background(Color.LightGray, RectangleShape) ) })