DEV Community

Discussion on: Flutter Performance Tips (#1): const constructors

Collapse
 
pedromassango profile image
Pedro Massango

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.