Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 1.88 KB

File metadata and controls

74 lines (53 loc) · 1.88 KB

New Spacing Argument in Row/Column (Flutter 3.27)

Did you know?

Since Flutter 3.27, you can pass a spacing argument to your Row and Column widgets. ✅

This means you no longer need a SizedBox to add fixed spacing between each child. 🚀


If you want, you can combine spacing and flex together.

This makes it easier to mix fixed and proportional spacing when laying out the children.


Previous Next
The Banner Widget Digits Separators in Dart 3.6