DiffCommentLineHighlight constructor
const
DiffCommentLineHighlight({
- required DiffCommentLineKey key,
- required DiffCommentLineHighlightKind kind,
Creates a diff comment line highlight.
Implementation
const DiffCommentLineHighlight({required this.key, required this.kind});