It might be in a different state. Actually, a stateful widget is immutable (stateless) itself, but Flutter manages a separate state object and associates that with the widget , as explained in the StatefulWidget doc.
It might be in a different state. Actually, a stateful widget is immutable (stateless) itself, but Flutter manages a separate state object and associates that with the widget , as explained in the StatefulWidget doc.