Source set: Android
public val DefaultNavigationBarOrbiterProperties: HorizontalOrbiterProperties =
HorizontalOrbiterProperties(
position = ContentEdge.Horizontal.Bottom,
offset = XrNavigationBarTokens.OrbiterOffset,
offsetType = OrbiterOffsetType.InnerEdge,
alignment = Alignment.CenterHorizontally,
shape = XrTokens.ContainerShape,
)
The default HorizontalOrbiterProperties used by NavigationBar if none is specified in LocalNavigationBarOrbiterProperties.