Difference between Statefull widget and stateless widget ?
Sigiloso
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