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