Flutter

How to use Column Widget

Flutter Widget Basics Column

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.

Column class(API reference)

Basic

An example of displays three child widgets vertically.

  • Set 3 custom color boxes for children

Setting various parameters

Flutterを使ったアプリをリリースしてます。良ければ使ってみてください。