copy method
Implementation
StyleEntity copy() {
return StyleEntity(
fontWeight: fontWeight,
fontSize: fontSize,
fontColor: fontColor,
backgroundColor: backgroundColor,
horizontalAlignment: horizontalAlignment,
verticalAlignment: verticalAlignment,
textAlign: textAlign,
);
}