VerticalChainScope
@Stable class VerticalChainScope
kotlin.Any | |
↳ | androidx.constraintlayout.compose.VerticalChainScope |
Summary
Properties | |
---|---|
HorizontalAnchorable |
The bottom anchor of the chain - can be constrained using VerticalAnchorable.linkTo. |
ConstrainedLayoutReference |
Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children. |
HorizontalAnchorable |
The top anchor of the chain - can be constrained using VerticalAnchorable.linkTo. |
Properties
bottom
val bottom: HorizontalAnchorable
The bottom anchor of the chain - can be constrained using VerticalAnchorable.linkTo.
parent
val parent: ConstrainedLayoutReference
Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children.
top
val top: HorizontalAnchorable
The top anchor of the chain - can be constrained using VerticalAnchorable.linkTo.