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