UIListItem constructor
const
UIListItem({})
Implementation
const UIListItem({
super.key,
required this.taskId,
required this.rootId,
required this.component,
required this.children,
this.index,
this.width,
this.height,
this.parentHeight,
this.parentWidth,
this.assetUrl,
this.assets,
});