This commit is contained in:
Lorenzo Pichilli 2022-04-23 17:54:10 +02:00
commit 922fd0c142
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class ContextMenu {
{this.menuItems = const [], {this.menuItems = const [],
this.onCreateContextMenu, this.onCreateContextMenu,
this.onHideContextMenu, this.onHideContextMenu,
this.options, @Deprecated("Use settings instead") this.options,
this.settings, this.settings,
this.onContextMenuActionItemClicked}); this.onContextMenuActionItemClicked});