Trigger NavigationList side bar resize on dragging close by rectangle in SwiftUI?

Viewed 18

I have a rectangle popup near the NavigationList sidebar (black area on the left)

enter image description here

How can I trigger the Side bar resizing when I drag this rectangle? I want to be able to resize not only from the edge of the side bar, but also from this rectangle (since the sidebar may disappear) SwiftUI.

I want to resize the side bar with the rectangle drag in the same way we resize it via dragging its edge.

0 Answers
Related