How do I use setState in widget flutter?

When you change the state of a Stateful Widget, use setState() to cause a rebuild of the widget and its descendants . You don’t need to call setState() in the constructor or initState() of the widget, because build() will be run afterward anyway. Also don’t call setState() in synchronous code inside build().28 May 2021

Sizin İçin Seçtik  How do I change stateless widget to stateful?

Leave a Reply

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