Merge branch 'develop' into feature/web-support
This commit is contained in:
commit
f86bd34138
|
@ -81,8 +81,8 @@ class ContextMenuItem {
|
|||
|
||||
ContextMenuItem(
|
||||
{this.id,
|
||||
this.androidId,
|
||||
this.iosId,
|
||||
@Deprecated("Use id instead") this.androidId,
|
||||
@Deprecated("Use id instead") this.iosId,
|
||||
required this.title,
|
||||
this.action}) {
|
||||
if (defaultTargetPlatform == TargetPlatform.android) {
|
||||
|
|
Loading…
Reference in New Issue