copyWith method

LinkPreviewTypeTextCompositionStyle copyWith({
  1. int? customEmojiId,
})

Implementation

LinkPreviewTypeTextCompositionStyle copyWith({int? customEmojiId}) =>
    LinkPreviewTypeTextCompositionStyle(
      customEmojiId: customEmojiId ?? this.customEmojiId,
    );