What is inherited model in flutter?

An InheritedModel is a subclass of InheritedWidget , so it works the same in those instances, but adds some extra useful functionality. When using an InheritedWidget, all subscribed children are updated whenever the data is updated.

Leave a Reply

Your email address will not be published. Required fields are marked *