Skip to main content

h_stack

Function h_stack 

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

Use Stack::horizontal() instead

Expand description

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