atSignRegExp top-level property
Implementation
final atSignRegExp = RegExp(
"(?!\\n)(?:^|\\s)([@]([$detectionContentLetters]+))",
multiLine: true,
);
final atSignRegExp = RegExp(
"(?!\\n)(?:^|\\s)([@]([$detectionContentLetters]+))",
multiLine: true,
);