linkRegExp property
Allows to override the default AutoFormatMultipleLinksRule.singleLineUrlRegExp
.
This has been deprecated in favor of validateLink which is more flexible.
Implementation
@Deprecated('Use validateLink instead')
final RegExp? linkRegExp;