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