LinkTextMarkdown constructor
const
LinkTextMarkdown({})
Implementation
const LinkTextMarkdown(
{Key? key,
required this.messageText,
this.isUseQQPackage = false,
this.isUseTencentCloudChatPackage = false,
this.isUseTencentCloudChatPackageOldKeys = false,
this.customEmojiStickerList = const [],
this.isEnableTextSelection,
this.onLinkTap,
this.style})
: super(key: key);