ListItem constructor
ListItem({})
Implementation
ListItem({
this.context,
required this.child,
required this.listIndex,
required this.index,
this.height,
this.setState,
this.backgroundColor,
this.width,
this.x,
this.y,
this.isNew=false,
});