CustomViewBlock constructor
const
CustomViewBlock({})
Implementation
const CustomViewBlock({
required this.viewId,
required this.offsetX,
required this.offsetY,
required this.width,
required this.height,
required this.enableTap,
this.text,
this.textColor,
this.textSize,
this.backgroundColor,
this.image,
});