pub fn panel_fn(
child: impl IntoUiNode,
wgt_fn: impl IntoVar<WidgetFn<PanelFnArgs>>,
) -> UiNodeExpand description
P Widget function that converts PanelFnArgs to widgets.
pub fn panel_fn(
child: impl IntoUiNode,
wgt_fn: impl IntoVar<WidgetFn<PanelFnArgs>>,
) -> UiNodeP Widget function that converts PanelFnArgs to widgets.