PopupContainer
PopupContainer copied to clipboard
Pass data from one popup to another
I have a popup that has some labels and a button. When the button is pushed, i open a second popup. Whenever I close the second popup, I need to fill the data in the labels of the first popup. How can I handle this?