pub fn panel_fn(
child: impl IntoUiNode,
panel_fn: impl IntoVar<WidgetFn<PanelFnArgs>>,
) -> UiNodeExpand description
P Widget function that converts PanelFnArgs to a widget.
This property sets the PANEL_FN_VAR.
pub fn panel_fn(
child: impl IntoUiNode,
panel_fn: impl IntoVar<WidgetFn<PanelFnArgs>>,
) -> UiNodeP Widget function that converts PanelFnArgs to a widget.
This property sets the PANEL_FN_VAR.