Hi all, Does `LazyVerticalGrid` support placing it...
# compose
c
Hi all, Does
LazyVerticalGrid
support placing items under the system bar when using
Modifier.safeDrawingPadding()
? A
Column
with just
Modifier.verticalScroll(rememberScrollState()).safeDrawingPadding()
can let the item placed under the system bar when scrolling, but
LazyVerticalGrid
doesn't seem to support this
s
Does it have a parameter named
contentPadding: PaddingValues
perhaps?
☝️ 3
☝🏾 1
c
Yes it does and that one does the job for me
👍 1
🌟 1