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