atSignRegExp top-level property

RegExp atSignRegExp
final

Regular expression when you select decorateAtSign

Implementation

final atSignRegExp = RegExp(
  "(?!\\n)(?:^|\\s)([@]([$_HashTagContentLetters]+))",
  multiLine: true,
);