RenderNode constructor
RenderNode(
- int _id,
- String _className,
- RenderTree _root,
- ControllerManager _controllerManager,
- VoltronMap? _props, [
- bool _isLazyLoad = false,
- RenderNode? _parent,
Implementation
RenderNode(
this._id,
this._className,
this._root,
this._controllerManager,
this._props, [
this._isLazyLoad = false,
this._parent,
]) : super(_className);