Class

OrbiterPosition.CenterRight

Center-Right absolute edge alignment.

Source set: Android
public class CenterRight(
        horizontalEdgeAlignment: EdgeAlignment = EdgeAlignment.Outside,
        offset: DpVolumeOffset = DpVolumeOffset(0.dp, 0.dp, OrbiterDefaults.Elevation),
    ) :
        OrbiterPosition(
            alignment = SpatialAbsoluteAlignment.CenterRight,
            horizontalEdgeAlignment = horizontalEdgeAlignment,
            verticalEdgeAlignment = EdgeAlignment.Center,
            offset = offset,
        )

Center-Right absolute edge alignment.

Parameters

horizontalEdgeAlignment boundary offset behavior relative to the right edge of the parent's bounds
offset manual offset applied to the orbiter after the horizontalEdgeAlignment's offset is applied without considering layout direction

Content updated: