urlMentionPattern top-level property
Pattern for URL mentions: @https://... or @http://...
Implementation
final urlMentionPattern = RegExp(r'@(https?://[^\s]+)', multiLine: true);
Pattern for URL mentions: @https://... or @http://...
final urlMentionPattern = RegExp(r'@(https?://[^\s]+)', multiLine: true);