Skip to main content

list_presenter_from_node

Function list_presenter_from_node 

Source
pub fn list_presenter_from_node<D>(
    list: impl IntoVar<D>,
    list_fn: impl IntoVar<WidgetFn<D>>,
) -> UiNode
where D: VarValue,
Expand description

Node list that presents list using list_fn to generate the list node.

See also present_list_from_node method that can be called on the list variable.