HighlightText constructor
HighlightText(})
Implementation
HighlightText(
this.data, {
Key? key,
required this.highlight,
this.style,
this.highlightStyle = const TextStyle(
color: Colors.blue,
fontWeight: FontWeight.w600,
),
this.caseSensitive = false,
this.detectWords = false,
}) : super(key: key);