ContextProvider<T> constructor
const
ContextProvider<T> (
- ReactContext<
T> context, - T value,
- List<
ReactNode> children
Creates a provider node.
Implementation
const ContextProvider(this.context, this.value, this.children);