RenderNode constructor

RenderNode(
  1. int _id,
  2. String _className,
  3. RenderTree _root,
  4. ControllerManager _controllerManager,
  5. VoltronMap? _props, [
  6. bool _isLazyLoad = false,
  7. RenderNode? _parent,
])

Implementation

RenderNode(
  this._id,
  this._className,
  this._root,
  this._controllerManager,
  this._props, [
  this._isLazyLoad = false,
  this._parent,
]) : super(_className);