pub fn list_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<ListFnArgs>>,
) -> impl UiNode
Expand description
P
Widget function that converts ListFnArgs
to widgets.
Sets the LIST_FN_VAR
.
pub fn list_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<ListFnArgs>>,
) -> impl UiNode
P
Widget function that converts ListFnArgs
to widgets.
Sets the LIST_FN_VAR
.