NøBi Mac
NøBi Mac

Reputation: 525

Default Inherited Widget in Flutter

I'm looking into InheritedWidget to learn and I want to know about the default InheritedWidgets provided by Flutter.

I've come to know that the MediaQuery class is by default InheritedWidget in Flutter and I'm guessing there are more of it.

If anyone knows about this then please do let me know.

Also will you please provide me the best example for InheritedWidget

Thank you

Upvotes: 2

Views: 95

Answers (1)

IonicFireBaseApp
IonicFireBaseApp

Reputation: 1230

InheritedWidget Class is the default inherited widget provided by flutter. MediaQuery or other like widgets extend this widget to implement functioning.

Upvotes: 0

Related Questions