iosflutterinherited-widget

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


Solution

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