rememberDrawerState
Source set: 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.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
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. |
Last updated: