isBookmarkViewOpen property
bool
get
isBookmarkViewOpen
Indicates whether the built-in bookmark view in the SfPdfViewer is opened or not.
Returns false
, if the bookmark view in the SfPdfViewer is closed.
Implementation
bool get isBookmarkViewOpen =>
_bookmarkKey.currentState?.showBookmark ?? false;