ContextProvider<T> constructor

const ContextProvider<T>(
  1. ReactContext<T> context,
  2. T value,
  3. List<ReactNode> children
)

Creates a provider node.

Implementation

const ContextProvider(this.context, this.value, this.children);