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