pub fn node(
cells: impl IntoUiNode,
columns: impl IntoUiNode,
rows: impl IntoUiNode,
auto_grow_fn: impl IntoVar<WidgetFn<AutoGrowFnArgs>>,
auto_grow_mode: impl IntoVar<AutoGrowMode>,
spacing: impl IntoVar<GridSpacing>,
) -> UiNodeExpand description
Grid node.
Can be used directly to layout widgets without declaring a grid widget info. This node is the child
of the Grid! widget.