🌈 Create new beautiful Compose Gradients with our new wesite ->
Object

OrbiterAnchorPoint.BottomEnd

Attach the Orbiter at the end of the bottom edge of the content.

Source set: Android
public object BottomEnd : OrbiterAnchorPoint()

Attach the Orbiter at the end of the bottom edge of the content. End is Right if the layout direction is LTR and Left if the layout direction is RTL.

Functions

calculateAnchorVector

Source set: Android
override fun calculateAnchorVector(
            anchorHalfSize: FloatSize2d,
            layoutDirection: LayoutDirection,
            orbiterHalfSize: FloatSize2d,
        ): Vector3

Content updated: