pub fn v_stack<VT>(children: VT) -> Stackwhere VT: ViewTuple + 'static,
Use Stack::vertical() instead
A stack which defaults to FlexDirection::Column. See also h_stack.
FlexDirection::Column
h_stack