macro_rules! col { ($($child:expr),* $(,)?) => { ... }; }
A Flutter-style vertical Column.
Column
Named col! (not column!) to avoid clashing with the std column! macro.
col!
column!