You can do this by placing a container inside the snackbar . Since snackbar can take any widget and you can change its background color to transparent, you can use a container with custom padding and borders to give an illusion of positioning.
Read moreHow do you change the SnackBar color in Flutter?
You can change the background color of SnackBar by assigning a required Color to the backgroundColor property of SnackBar .
Read moreHow do I get the SnackBar in GetX Flutter?
Flutter – Creating Snackbar Using GetX Library
Read moreHow do I display SnackBar in Flutter?
Create a project in the IDE you are using. Create a Scaffold Widget. Display a SnackBar Widget. Provide an optional action.
Read moreWhat is SnackBar in Flutter?
SnackBar is a Flutter widget that enables you to temporarily display a pop-up message in your app . It usually appears at the bottom of the app’s screen.
Read more