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