Widget that displays children vertically.
To fill the available vertical space, wrap the child widget with Expanded widget. Column does not scroll. If you need a scrolling list, consider using ListView.
Basic
An example of displays three child widgets vertically.
- Set 3 custom color boxes for children
Setting various parameters
Flutterを使ったアプリをリリースしてます。良ければ使ってみてください。