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