Presently, I am learning the flutter framework for android development. I came across this sentence " The StatefulWidget class is, itself, immutable, but the State class persists over the lifetime of the widget ". I don't have much idea about the widget concept. So, Can someone explain to me, what does this sentence mean?
Asked
Active
Viewed 47 times
0
-
2check this answer https://stackoverflow.com/a/45945202/6706175 – divyanshu bhargava Jul 15 '19 at 11:42
-
Possible duplicate of [What difference between stateless and stateful widgets?](https://stackoverflow.com/questions/45936084/what-difference-between-stateless-and-stateful-widgets) – GaboBrandX Jul 15 '19 at 14:11