pub fn node(
children: impl IntoUiNode,
direction: impl IntoVar<StackDirection>,
spacing: impl IntoVar<Length>,
children_align: impl IntoVar<Align>,
) -> UiNodeExpand description
Stack node.
Can be used directly to stack widgets without declaring a stack widget info. This node is the child
of the Stack! widget.