alwaysHighlight property

bool alwaysHighlight
final

True if the style should always be applied regardless if it matches a suggestion; false otherwise.

This is good to set as true for #hashtags when there typically isn't a predefined list. This is good to set as false for @mentions when there typically is a predefined list.

Implementation

final bool alwaysHighlight;