NodeProvider<N extends NodeInterface> constructor
NodeProvider<N extends NodeInterface> ({})
Use this widget to create a node and provide it to the widget tree
Implementation
NodeProvider({
super.key,
required N Function() create,
required this.child,
this.onInit,
}) : builder = null,
nodes = [create],
reuse = false;