provider method
Creates a provider node for this context.
See https://react.dev/reference/react/createContext#provider.
Implementation
ReactNode provider(T value, ReactChildren children) =>
ContextProvider(this, value, normalizeChildren(children));