Provider property

Every Context object comes with a Provider component that allows consuming components to subscribe to context changes.

Accepts a value prop to be passed to consuming components that are descendants of this Provider.

Implementation

final ReactJsContextComponentFactoryProxy Provider;