widgets/widgets library
Classes
- GrepText
- A text widget that uses a RichText with TextSpans to highlight parts of text based on searchTerm. The highlighted text will use the style highlightStyle, everything else will use textStyle.
- RichTextBlock
- This component takes a string in through RichTextBlock.generate and recursively creates a tree of RichTextBlocks. This can then be converted into TextSpans with toTextSpans