is there something like `clipToPadding = false` in Compose that avoids a LazyRow getting cut off by ...
f
is there something like
clipToPadding = false
in Compose that avoids a LazyRow getting cut off by the container's padding?
s
Yes, you can use contentPadding on LazyRow.
f
yea but that doesn't avoid clipping from the container that the LazyRow is placed in
c
This isn't an answer. Just thinking out loud. Compose doesn't clip children by default I thought?
f
well padding does apparently
when you scroll "under" that padding
1277 Views