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