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