Flutter
10/2/19How to use Column Widget
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.
Flutter
10/2/19Widget 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.