Join Slack
Powered by
In Composable, how can we let some portion of the ...
# compose
r
Rajat Singh Jasrotia
06/10/2022, 6:49 AM
In Composable, how can we let some portion of the child view to inflate outside the parent’s bound. Kindly help.
o
Oleksandr Balan
06/10/2022, 8:31 AM
Compose do not apply any clipping by default. What is your use-case?
r
Rajat Singh Jasrotia
06/10/2022, 11:27 AM
Worked using
.wrapContentSize(unbounded = true)
with Offset. Btw thanks
@Oleksandr Balan
11
Views
Open in Slack
Previous
Next