interface VerticalAnchorable


Represents a vertical side of a layout (i.e start and end) that can be anchored using linkTo in their Modifier.constrainAs blocks.

Summary

Public functions

Unit
linkTo(
    anchor: ConstraintLayoutBaseScope.VerticalAnchor,
    margin: Dp,
    goneMargin: Dp
)

Adds a link towards a ConstraintLayoutBaseScope.VerticalAnchor.

Public functions

linkTo

fun linkTo(
    anchor: ConstraintLayoutBaseScope.VerticalAnchor,
    margin: Dp = 0.dp,
    goneMargin: Dp = 0.dp
): Unit

Adds a link towards a ConstraintLayoutBaseScope.VerticalAnchor.