setAnnotationTool method

void setAnnotationTool(
  1. String tool
)

Implementation

void setAnnotationTool(String tool) {
  _annotationTool = tool;
  notifyListeners();
}