[][src]Type Definition kas::widget::Column

type Column<W> = List<Down, W>;

A generic column widget

See documentation of List type.