h_stack

Function h_stack 

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

A stack which defaults to FlexDirection::Row. See also v_stack.