NodeProvider<N extends NodeInterface> constructor
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})
: builder = null,
nodes = [create],
reuse = false;