nonHighlightedWordStyle property

TextStyle? nonHighlightedWordStyle
final

highlightedWordStyle will be used for word we scroll to, nonHighlightedWordStyle is for the leftover text

Implementation

final TextStyle? highlightedWordStyle, nonHighlightedWordStyle;