pub fn panel_fn(
child: impl IntoUiNode,
panel: impl IntoVar<WidgetFn<PanelArgs>>,
) -> UiNodeExpand description
P Widget function that generates the panel layout widget.
This property can be set in any widget to affect all Panel! descendants.
This property sets PANEL_FN_VAR.