flutter course
flutter course
For a better understanding, the visual representation of the same is given below −
Widget derived from StatelessWidget does not have any state information
but it may contain widget derived from StatefulWidget. The dynamic nature
of the application is through interactive behavior of the widgets and the
state changes during interaction. For example, tapping a counter button will
increase / decrease the internal state of the counter by one and reactive
nature of the Flutter widget will auto re-render the widget using new state
information.