HighlightText constructor
      const
      HighlightText({})
     
    
Creates a HighlightText widget.
Implementation
const HighlightText({
  super.key,
  required this.text,
  this.highlight,
  this.style,
  this.highlightColor = const Color.fromRGBO(255, 255, 0, 0.3),
  this.highlightStyle,
  this.ignoreCase = false,
  this.selectable = true,
  this.maxLines,
  this.overflow,
  this.softWrap,
});