addAnnotation method
void
addAnnotation(
- Annotation annotation
inherited
Adds the given annotation to the page represented by the annotation’s PageNumber property..
Implementation
void addAnnotation(Annotation annotation) {
_annotation = annotation;
_notifyPropertyChangedListeners(property: 'addAnnotation');
_annotation = null;
clearSelection();
}