setAnnotationWidth method

void setAnnotationWidth(
  1. double width
)

Implementation

void setAnnotationWidth(double width) {
  _annotationWidth = width;
  notifyListeners();
}