How to show popup view when click on button of list in SwiftUI
I have main view called TaskManagementView with list here if i click on taskCell > RoundedRectangle
then how to show PopupView for that cell data.id
on TaskManagementView
I have main view called TaskManagementView with list here if i click on taskCell > RoundedRectangle
then how to show PopupView for that cell data.id
on TaskManagementView