pub fn active_descendant( child: impl UiNode, descendant: impl IntoVar<WidgetId>, ) -> impl UiNode
P Identifies the currently active widget when focus is on a composite widget.
P