Component constructor
Component({})
Implementation
Component({
required this.direction,
required this.type,
required this.value,
this.fontFamily,
this.fontSize,
this.textAlign,
this.align,
this.backgroundColor,
this.borderRadius,
this.color,
this.fontWeight,
this.paddingX,
this.paddingY,
this.url,
});