ConstrainedAtom

interface ConstrainedAtom : AtomInterface

An atom that contains information about the constraints of the UI(i.e. alignment)

Properties

Link copied to clipboard
abstract val constraintX: AtomikConstraintX

the constraint in the X Axis (horizontal)

Link copied to clipboard
abstract val constraintY: AtomikConstraintY

the constraint in the Y Axis (vertical)

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard
val ConstrainedAtom.alignment: Alignment

The compose Alignment, based on the ConstrainedAtom. Combines both vertical and horizontal

Link copied to clipboard

The Horizontal compose Alignment, based on the ConstrainedAtom

Link copied to clipboard
val ConstrainedAtom.alignmentVertical: Alignment.Vertical

The Vertical compose Alignment, based on the ConstrainedAtom