search_highlight_text library

Classes

SearchHighlightText
This widget is used to highlight the search text in the text widget before using this widget you must use the SearchTextInheritedWidget to pass the search text to this widget, or you can pass the search text directly to this widget.
SearchTextInheritedWidget
Used to share search text between widgets in the widget tree using InheritedWidget pattern.