readOnly property

set readOnly (bool value)

Whether the viewer will allow users to edit the document.

Defaults to false.

Implementation

set readOnly(bool value) => _readOnly = value;