ModalDrawerSheet

expect fun ModalDrawerSheet(modifier: Modifier = Modifier, content: @Composable ColumnScope.() -> Unit)(source)

Deprecated

Navigation Drawer APIs are deprecated due to the labs `MdNavigationDrawerModal` component being immature and hard to configure to provide consistent visual results. We may add support for new components such as the Material 3 Expressive navigation rail that will replace these instead in the future.

actual fun ModalDrawerSheet(modifier: Modifier, content: ColumnScope.() -> Unit)(source)
actual fun ModalDrawerSheet(modifier: Modifier, content: ColumnScope.() -> Unit)(source)