showAnnotations property

bool showAnnotations
final

Whether to show the annotation node layers (GroupNode, CommentNode).

When false, background (groups) and foreground (comments) layers are not rendered, but the nodes remain in the graph data. Defaults to true.

Implementation

final bool showAnnotations;