added deprecated annotation to ContextMenu option property

This commit is contained in:
Lorenzo Pichilli 2022-04-23 17:53:14 +02:00
parent 0e8bef4451
commit 044fd882e3
1 changed files with 1 additions and 1 deletions

View File

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