1. The 'SetTimer' widget consisting of the 'Number Picker' and 'Set Time' buttons was called from the Bottom Sheet.
2. The values selected in 'Number Picker' are saved as App State variable values.
3. When i click the 'Set Time' button, i try dismiss the 'Bottom Sheet' and set the 'min' and 'sec' values saved in the App State to the Timer.
However, the 'Timer' element existing in the parent 'Page' cannot be controlled from the 'Set Time' button 'Actions'.
What is a good way?