Compose Unstyled 2.0 is out! Check the official announcement blog ->
Composable Function

rememberWideNavigationRailState

Create and remember a WideNavigationRailState.

rememberWideNavigationRailState

Source set: Common
@Composable
fun rememberWideNavigationRailState(
    initialValue: WideNavigationRailValue = WideNavigationRailValue.Collapsed
): WideNavigationRailState

Create and remember a WideNavigationRailState.

Last updated: