https://stackoverflow.com/questions/56222962/how-to-change-from-stateless-widget-to-stateful-widget
How to change from Stateless Widget to Stateful Widget?
I have an app screen that uses Checkboxes and a Drop down Menu. However, I have realised I'd coded it inside a StatelessWidget so I am unable to change the state when an option is selected. How do ...
stackoverflow.com