Is there a way to show a Flutter Snackbar at the top of the screen rather than at the bottom?
According to the docs you can set behaviour: SnackBarBehavior.floating
and that raises slightly the snackbar and makes it look a bit like a popup, but it still doesn't provide an option to explicitly set the positioning at the top, for example, right below the action bar.