pub fn list_item_fn(
child: impl IntoUiNode,
wgt_fn: impl IntoVar<WidgetFn<ListItemFnArgs>>,
) -> UiNodeExpand description
P Widget function that converts ListItemFnArgs to widgets.
Sets the LIST_ITEM_FN_VAR.
pub fn list_item_fn(
child: impl IntoUiNode,
wgt_fn: impl IntoVar<WidgetFn<ListItemFnArgs>>,
) -> UiNodeP Widget function that converts ListItemFnArgs to widgets.
Sets the LIST_ITEM_FN_VAR.