Why are my widgets immutable?

Immutability is used for performance reasons . If the widget needs to change, create a new instance set up accordingly. It’s quicker to check if two instances are identical than if their state is the same. This is one of the reasons const is used often.

Sizin İçin Seçtik  Why do we create constructors in Flutter?

Leave a Reply

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