pub fn set_active_focus_target(node_id: Option<NodeId>)
Sets the currently active focus target.
This mirrors Kotlin’s FocusOwner.activeFocusTargetNode and allows the focus system to track which node currently has focus.
FocusOwner.activeFocusTargetNode