When you start working with Flutter widgets, you would have probably guessed what would be the size of a widget on the screen and got it… — When you start working with Flutter widgets, you would have probably guessed what would be the size of a widget on the screen and got it wrong many times. Without understanding how the constraints on widgets are applied, it will be very difficult to predict the widgets sizes. A lot…