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