Skip to main content

side_extra_fn

Function side_extra_fn 

Source
pub fn side_extra_fn(
    child: impl IntoUiNode,
    side_extra_fn: impl IntoVar<WidgetFn<PageArgs>>,
) -> UiNode
Expand description

P Widget function that converts PageArgs to extra side panel content.

Note that this extra content will only instantiate if the Page::side does not instantiate nil.

This property sets the SIDE_EXTRA_FN_VAR.