Hi, I would like to anchor a floating action butto...
# compose
j
Hi, I would like to anchor a floating action button to the edge of a bottom sheet. In xml I would use
app:layout_anchor
with
app:layout_anchorGravity
. Is this currently possible in Compose?
m
Have you tried using
Stack
or
Modifier.offset
?