deepCopy method

ChatStyle deepCopy()

Implementation

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