IncubXperts Interview Question

Difference between Statefull widget and stateless widget ?

Interview Answer

Anonymous

Mar 6, 2021

Statefull widget maintains its own mutable state and it is generally used when we need to change the widget dynamically based on data and similarly stateless widget is used for static widget