triggerCharactersRegex property

RegExp? triggerCharactersRegex
final

Regex to match allowed trigger characters. Trigger characters activate the search context. If null, a Regex pattern is constructed from the trigger characters in triggerCharacterAndStyles.

Implementation

final RegExp? triggerCharactersRegex;