annotationsListEditingEnabled property
set
annotationsListEditingEnabled
(bool value)
Whether the annotation list is editable if document editing is enabled.
Defaults to true.
Implementation
set annotationsListEditingEnabled(bool value) =>
_annotationsListEditingEnabled = value;