Flutter Performance  const constructors- Tips 1

In this article I will share with you performance tips.I didn't but by knowing that: a const widget won't be re-created everytime its parent widget rebuilds, we can assume a performance improvement, why? because it is less widget for the framework to care about during rebuilds.

Tags: