Composable Function

rememberWideNavigationRailState

Create and remember a WideNavigationRailState.

Source set: Common

Added in 1.5.0-alpha17

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

Create and remember a WideNavigationRailState.