Start native apps faster with the Composables CLI ->
Property

DefaultVerticalFloatingToolbarOrbiterProperties

The default VerticalOrbiterProperties used by VerticalFloatingToolbar if none is specified in LocalVerticalFloatingToolbarOrbiterProperties.

Source set: Android
public val DefaultVerticalFloatingToolbarOrbiterProperties: VerticalOrbiterProperties =
    VerticalOrbiterProperties(
        position = ContentEdge.Vertical.End,
        offset = XrFloatingToolbarTokens.OrbiterOffset,
        offsetType = OrbiterOffsetType.InnerEdge,
        alignment = Alignment.CenterVertically,
        shape = XrTokens.ContainerShape,
    )

The default VerticalOrbiterProperties used by VerticalFloatingToolbar if none is specified in LocalVerticalFloatingToolbarOrbiterProperties.