onCommentAnchorSelected property

Cmd? Function(DiffCommentAnchor anchor)? onCommentAnchorSelected
final

Called when a commentable diff line is selected with the mouse.

Implementation

final Cmd? Function(DiffCommentAnchor anchor)? onCommentAnchorSelected;