PermanentNavigationDrawer

Navigation drawers provide ergonomic access to destinations in an app.

PermanentNavigationDrawer preview
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

PermanentNavigationDrawer

Common
@Composable
fun PermanentNavigationDrawer(
    drawerContent: @Composable () -> Unit,
    modifier: Modifier = Modifier,
    content: @Composable () -> Unit,
)

Parameters

drawerContent content inside this drawer
modifier the Modifier to be applied to this drawer
content content of the rest of the UI