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: