showBookmarksAction property

bool? showBookmarksAction
final

Show the bookmarks action in the viewer toolbar.

When true, a bookmark button that opens the bookmarks list is shown in the toolbar, allowing users to add, remove, and navigate bookmarks.

Maps to PdfActivityConfiguration$Builder.showBookmarksAction(boolean).

Implementation

final bool? showBookmarksAction;