OrbiterPosition.BottomRight

class OrbiterPosition.BottomRight : OrbiterPosition


Bottom-Right absolute edge alignment.

Summary

Public constructors

BottomRight(
    horizontalEdgeAlignment: OrbiterPosition.EdgeAlignment,
    verticalEdgeAlignment: OrbiterPosition.EdgeAlignment,
    offset: DpVolumeOffset
)

Public constructors

BottomRight

Added in 1.0.0-beta01
BottomRight(
    horizontalEdgeAlignment: OrbiterPosition.EdgeAlignment = EdgeAlignment.Outside,
    verticalEdgeAlignment: 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 right edge of the parent's bounds

verticalEdgeAlignment: OrbiterPosition.EdgeAlignment = EdgeAlignment.Outside

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

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

manual offset applied to the orbiter after the edge offset is applied without considering layout direction