How Can I show a snackBar at the top of screen ins...
# compose
m
How Can I show a snackBar at the top of screen instead of the bottom?
c
I think you'd have to build this functionality yourself as the snackbar is a material component and the material docs specifically call out the snackbar as being on the bottom.
a
Just place the
SnackBarHost
at the top of your screen.
1
c
Could have sworn I had to try this and I couldn't do it, but thanks for the heads up. lol