pub fn controls( child: impl UiNode, controlled: impl IntoVar<Vec<WidgetId>>, ) -> impl UiNode
P Append widgets whose contents or presence are controlled by this widget to the controlled list.
P