Decode Row & Column

Greg Perry
16 min readJun 14, 2019

An in-depth look at the Row and Column widget

A Flutter app’s user interface is made up primarily of what are called Widgets. Nothing but Widgets. Some you can see; some you can’t. This article is going to address two you can’t see, but are very important to the user interface. The Row widget and the Column widget.

You can’t readily see them rendered on the screen without Flutter highlighting their…

--

--