Source set: Android
public val DefaultSingleRowTopAppBarOrbiterProperties: HorizontalOrbiterProperties =
HorizontalOrbiterProperties(
position = ContentEdge.Horizontal.Top,
offset = XrSingleRowTopAppBarTokens.OrbiterOffset,
offsetType = OrbiterOffsetType.InnerEdge,
alignment = Alignment.CenterHorizontally,
shape = XrTokens.ContainerShape,
)
The default HorizontalOrbiterProperties used by XR TopAppBar if none is specified in LocalSingleRowTopAppBarOrbiterProperties.