Start native apps faster with the Composables CLI ->
Class

OrbiterAlignment.BottomLeft

Bottom-Left absolute edge alignment.

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

Bottom-Left absolute edge alignment.