selectedAnchor property

DiffCommentAnchor? get selectedAnchor

Selected source position resolved against the current layout.

Implementation

DiffCommentAnchor? get selectedAnchor =>
    selected == null ? null : document.anchorIn(diff.layout, selected!);