Start native apps faster with the Composables CLI ->
Property

DefaultWideNavigationRailOrbiterProperties

The default VerticalOrbiterProperties used by WideNavigationRail if none is specified in LocalWideNavigationRailOrbiterProperties.

Source set: Android
public val DefaultWideNavigationRailOrbiterProperties: VerticalOrbiterProperties =
    VerticalOrbiterProperties(
        position = ContentEdge.Vertical.Start,
        offset = XrNavigationRailTokens.OrbiterOffset,
        offsetType = OrbiterOffsetType.InnerEdge,
        alignment = Alignment.CenterVertically,
        shape = SpatialRoundedCornerShape(CornerSize(50)),
    )

The default VerticalOrbiterProperties used by WideNavigationRail if none is specified in LocalWideNavigationRailOrbiterProperties.