layoutBounds
Compose Modifier
Common
fun Modifier.layoutBounds(holder: LayoutBoundsHolder): Modifier
This will map the RelativeLayoutBounds
of the modifier into the provided LayoutBoundsHolder
.
A given instance of LayoutBoundsHolder
should not be passed into more than one of these
modifiers.