rememberDrawerState
Android
@Composable
fun rememberDrawerState(initialValue: DrawerValue): DrawerState
Create and remember a DrawerState.
Parameters
| initialValue | The initial value of the state. |
Create and remember a DrawerState.
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun rememberDrawerState(initialValue: DrawerValue): DrawerState
Create and remember a DrawerState.
| initialValue | The initial value of the state. |