BookmarkButton constructor
- {required BrowserBookmark bookmark,
- dynamic onTap(
- dynamic onLongPress(
- Key? key}
Initialise an instance of this widget.
Implementation
const BookmarkButton({
required this.bookmark,
this.onTap,
this.onLongPress,
super.key,
});