We can align the content by using the following properties:
Read moreHow do I put the container in the center of the screen flutter?
Creating Widget Build area -> Material App -> Scaffold Widget -> Safe Area widget . Here the Safe Area widget is used to put margin between Top Navbar and screen. 5. Now in the final step we would make the Center Widget then wrap the Container widget as its child.22 Ara 2020
Read moreHow do you align container rights in flutter?
“flutter align container to the right ” Code Answer
Read more