Creates a highlight info with start/end lines and content.
HighlightInfo({ required this.lineStart, required this.lineEnd, required this.lines, });