showAllAnnotations method

void showAllAnnotations()

Shows all annotations in the graph.

This makes all previously hidden annotations visible again.

Implementation

void showAllAnnotations() => annotations.showAllAnnotations();