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