Start native apps faster with the Composables CLI ->
Class

OrbiterAlignment.BottomEnd

Bottom-End edge alignment.

Source set: Android
public class BottomEnd(
        edgeOffsetType: OrbiterEdgeOffsetType = OrbiterEdgeOffsetType.OuterEdge,
        offset: DpVolumeOffset = DpVolumeOffset(0.dp, 0.dp, OrbiterDefaults.Elevation),
    ) : OrbiterAlignment(SpatialAlignment.BottomEnd, edgeOffsetType, offset)

Bottom-End edge alignment.