Compose: How make it so that the Snackbar is not above the FloatingActionButton?
I’m trying to call snackbarHostState.showSnackbar(snackbarText)
when the FloatingActionButton
is clicked, but the call gets this:
[]
I’m trying to call snackbarHostState.showSnackbar(snackbarText)
when the FloatingActionButton
is clicked, but the call gets this:
[]