commentAnchors property
List<DiffCommentAnchor>
get
commentAnchors
Commentable anchors in the current rendered diff.
The DiffCommentAnchor.renderLine values match the model's current viewMode, wrapLines, width, and line-number settings.
Implementation
List<DiffCommentAnchor> get commentAnchors => layout.anchors;