일상 코딩
[Flutter] state 상태 쉽게 변환하기 statelesswidget에서 statefulwidget으로 변환 본문
Flutter
[Flutter] state 상태 쉽게 변환하기 statelesswidget에서 statefulwidget으로 변환
polarcompass 2022. 9. 2. 05:52728x90
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
728x90