added deprecated annotation to ContextMenu option property
This commit is contained in:
parent
0e8bef4451
commit
044fd882e3
|
@ -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});
|
||||
|
||||
|
|
Loading…
Reference in New Issue