rememberDrawerState

Composable Function

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

Create and remember a DrawerState.

Parameters

initialValueThe initial value of the state.