rememberDrawerState

Composable Function
Android
@Composable
fun rememberDrawerState(initialValue: DrawerValue): DrawerState

Create and remember a DrawerState.

Parameters

initialValue The initial value of the state.