v_stack

Function v_stack 

Source
pub fn v_stack<VT: ViewTuple + 'static>(children: VT) -> Stack
👎Deprecated since 0.2.0: Use Stack::vertical() instead
Expand description

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