annotationPermissionCheckEnabled property
set
annotationPermissionCheckEnabled
(bool value)
Whether the annotation's flags will be considered upon its selection.
For example, an annotation with a locked flag cannot be resized or moved. Defaults to false.
Implementation
set annotationPermissionCheckEnabled(bool value) =>
_annotationPermissionCheckEnabled = value;