How to Add Margins to a Widget in Flutter
Margins are required to align and place components of your user interface properly and neatly. In this blog post let’s check how to add margins to a widget in Flutter. I had already posted on how to add padding to a widget in flutter. In order to set margins to a widget, you need to…