Articles → FLUTTER AND DART → Difference Between Stateful And Stateless Widgets In FlutterDifference Between Stateful And Stateless Widgets In FlutterIn this article, we will discuss about difference between stateful and stateless widgets in flutter.Difference Stateless widget does not have any state i.e. the control does not change during the lifecycle of the widget. For example Text, RaisedButton etc.Stateful widgets have state which can be modified multiple times during the life cycle of the widget. For example, Checkbox, Form etc. Whenever the state of the widget is changed it redraws the user interface.Posted By - Karan Gupta Posted On - Monday, September 9, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
Query/Feedback