pub fn panel_fn( child: impl UiNode, wgt_fn: impl IntoVar<WidgetFn<PanelArgs>>, ) -> impl UiNode
P Widget that defines the editor layout, bringing together the other component widgets.
P