Skip to main content

col

Macro col 

Source
macro_rules! col {
    ($($child:expr),* $(,)?) => { ... };
}
Expand description

A Flutter-style vertical Column.

Named col! (not column!) to avoid clashing with the std column! macro.