ListItemRenderNode constructor

ListItemRenderNode(
  1. int id,
  2. String className,
  3. RenderTree root,
  4. ControllerManager controllerManager,
  5. VoltronMap? propsToUpdate,
  6. bool isLazy,
)

Implementation

ListItemRenderNode(
    int id,
    String className,
    RenderTree root,
    ControllerManager controllerManager,
    VoltronMap? propsToUpdate,
    bool isLazy)
    : super(id, className, root, controllerManager, propsToUpdate, isLazy) {
  _updateShouldSticky();
}