DiffCommentLineHighlight constructor

const DiffCommentLineHighlight({
  1. required DiffCommentLineKey key,
  2. required DiffCommentLineHighlightKind kind,
})

Creates a diff comment line highlight.

Implementation

const DiffCommentLineHighlight({required this.key, required this.kind});