commentAnchorAt method
Returns the comment anchor occupying renderLine.
Implementation
DiffCommentAnchor? commentAnchorAt(int renderLine, {DiffCommentSide? side}) {
return _model.commentAnchorAt(renderLine, side: side);
}
Returns the comment anchor occupying renderLine.
DiffCommentAnchor? commentAnchorAt(int renderLine, {DiffCommentSide? side}) {
return _model.commentAnchorAt(renderLine, side: side);
}