Flutter 3.27 introduces a new `spacing` argument for `Row` and `Column` widgets, eliminating the need for `SizedBox` to add fixed spacing between child elements. This feature allows for easier mixing of fixed and proportional spacing in layouts.

1m read timeFrom codewithandrea.com
Post cover image
Table of contents
Combining spacing and flex

Sort: