pub fn node(
children: impl UiNodeList,
spacing: impl IntoVar<GridSpacing>,
children_align: impl IntoVar<Align>,
) -> impl UiNode
Expand description
Wrap node.
Can be used directly to inline widgets without declaring a wrap widget info. This node is the child
of the Wrap!
widget.