Start native apps faster with the Composables CLI ->
Property

DefaultSingleRowTopAppBarOrbiterProperties

The default HorizontalOrbiterProperties used by XR TopAppBar if none is specified in LocalSingleRowTopAppBarOrbiterProperties.

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.