controls

Function controls 

Source
pub fn controls(
    child: impl IntoUiNode,
    controlled: impl IntoVar<Vec<WidgetId>>,
) -> UiNode
Expand description

P Append widgets whose contents or presence are controlled by this widget to the controlled list.