```BottomNavigation(LayoutPadding(bottom = systemI...
# compose
m
Copy code
BottomNavigation(LayoutPadding(bottom = systemInsets.bottom)) {
It seems to me background is drawn within paddings?
It seems to me paddings is what "margin" to Android Views. there is a
EdgeInsets
parameter to
Container
that confusingly named
padding