Provider typedef
A type alias for the InheritedProvider class.
This type alias is provided for convenience and readability, so that you can use the name "Provider" instead of "InheritedProvider" when working with provider widgets in your code.
Implementation
typedef Provider = InheritedProvider;