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