BrowserBookmarkDialogPage constructor
- {BrowserBookmark? bookmark,
- dynamic onUpdate(
- Key? key}
Create an instance of this page.
Implementation
const BrowserBookmarkDialogPage({
this.bookmark,
this.onUpdate,
super.key,
});
Create an instance of this page.
const BrowserBookmarkDialogPage({
this.bookmark,
this.onUpdate,
super.key,
});