BaselineAnchor
Kotlin
|Java
data class BaselineAnchor
kotlin.Any | |
↳ | androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor |
Represents a horizontal anchor corresponding to the FirstBaseline of a layout that other
layouts can link to in their Modifier.constrainAs
or constrain
blocks.