Column constructor

const Column(
  1. List<Widget> children
)

Creates a vertical layout for children.

Implementation

const Column(this.children);