0xf1f1
01/20/2025, 8:47 AMenableEdgeToEdge()
, is it possible for the bottomBar
in Scaffold
to be transparent ? By that I mean showing the Scaffold
content as one scrolls. At the moment, if I set containerColor
for the Scaffold
to Transparant, I just see a dark grey background.Stylianos Gakis
01/20/2025, 8:48 AM0xf1f1
01/20/2025, 8:53 AMStylianos Gakis
01/20/2025, 8:56 AM0xf1f1
01/20/2025, 8:59 AMStylianos Gakis
01/20/2025, 9:03 AM0xf1f1
01/20/2025, 9:18 AMbottomBar
, but setting it to transparent just made it a dark grey/black so I moved it to floatingActionButton
and that works as expected minus the padding,