Consumer property

A React component that subscribes to context changes. Requires a function as a child. The function receives the current context value and returns a React node.

Implementation

final ReactJsContextComponentFactoryProxy Consumer;