Function rui::vstack

source · []
pub fn vstack<VT: ViewTuple + 'static>(children: VT) -> impl View
Expand description

Vertical stack of up to 8 Views in a tuple. Each item can be a different view type.