style property

TextStyle? style
final

The text style for strings that did not match any match patterns.

This is also used for matched strings if neither CustomText.matchStyle nor matchStyle in the relevant definition is specified.

If no style is specified, DefaultTextStyle.style is used instead.

Implementation

final TextStyle? style;