thumbnailViewEditingEnabled property

set thumbnailViewEditingEnabled (bool value)

Whether the user can edit the document from the thumbnail view.

Defaults to true.

Implementation

set thumbnailViewEditingEnabled(bool value) =>
    _thumbnailViewEditingEnabled = value;