deepCopy method
Implementation
ChatStyle deepCopy() => ChatStyle(
textColor: textColor,
textShadow: textShadow?.deepCopy(),
);
ChatStyle deepCopy() => ChatStyle(
textColor: textColor,
textShadow: textShadow?.deepCopy(),
);