ElementStyle constructor
ElementStyle({})
Implementation
ElementStyle(
{this.margin,
this.padding,
this.width,
this.height,
this.fontSize,
this.fontColor,
this.fontWeight,
this.align,
this.innerAlign,
this.textLines,
this.color,
this.backgroundColor,
this.borderRadius,
this.borderColor,
this.borderWidth});