What is InheritedWidget?

 

InheritedWidget is a base class for widgets that pass data down the widget tree efficiently.
Used by state management solutions like Provider.

Comments

Popular posts from this blog

1. What is Flutter?

What is FutureBuilder and StreamBuilder?