provider library

Classes

InheritedSolidProvider<T>
An InheritedWidget that holds the provided data of type T. It notifies its descendants when the data changes based on the notifyUpdate callback.
SolidProvider<T>
A provider widget that supplies data of type T to its descendants. It uses an InheritedWidget to propagate the data down the widget tree.