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