OrbiterPosition.CenterLeft

class OrbiterPosition.CenterLeft : OrbiterPosition


Center-Left absolute edge alignment.

Summary

Public constructors

CenterLeft(
    horizontalEdgeAlignment: OrbiterPosition.EdgeAlignment,
    offset: DpVolumeOffset
)

Public constructors

CenterLeft

Added in 1.0.0-beta01
CenterLeft(
    horizontalEdgeAlignment: OrbiterPosition.EdgeAlignment = EdgeAlignment.Outside,
    offset: DpVolumeOffset = DpVolumeOffset(0.dp, 0.dp, OrbiterDefaults.Elevation)
)
Parameters
horizontalEdgeAlignment: OrbiterPosition.EdgeAlignment = EdgeAlignment.Outside

boundary offset behavior relative to the left edge of the parent's bounds

offset: DpVolumeOffset = DpVolumeOffset(0.dp, 0.dp, OrbiterDefaults.Elevation)

manual offset applied to the orbiter after the horizontalEdgeAlignment's offset is applied without considering layout direction