quickBookmarkCreation property

void quickBookmarkCreation=(bool value)

Whether a bookmark creation button will be included in the bottom toolbar.

Pressing the button will booksmark the current page. Defaults to false.

Implementation

set quickBookmarkCreation(bool value) => _quickBookmarkCreation = value;