Skip to main content

v_stack

Function v_stack 

Source
pub fn v_stack<VT>(children: VT) -> Stack
where VT: ViewTuple + 'static,
👎Deprecated since 0.2.0:

Use Stack::vertical() instead

Expand description

A stack which defaults to FlexDirection::Column. See also h_stack.