RootRenderNode constructor
RootRenderNode(
- int id,
- String className,
- RenderTree root,
- ControllerManager controllerManager,
- VoltronMap? props,
Implementation
RootRenderNode(
int id,
String className,
RenderTree root,
ControllerManager controllerManager,
VoltronMap? props,
) : super(id, className, root, controllerManager, props);