textPatternStyle property

Map<RegExp, TextStyleBuilder>? textPatternStyle
final

A map of style to apply to the text matching the RegExp patterns.

Implementation

final Map<RegExp, TextStyleBuilder>? textPatternStyle;