Is StatefulWidget immutable?

StatefulWidget instances themselves are immutable and store their mutable state either in separate State objects that are created by the createState method, or in objects to which that State subscribes, for example Stream or ChangeNotifier objects, to which references are stored in final fields on the StatefulWidget …

Sizin İçin Seçtik  How do you refresh current state in flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *