added deprecated annotation to ContextMenuItem old androidId and iosId properties
This commit is contained in:
parent
2a9391df41
commit
0e8bef4451
@ -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…
x
Reference in New Issue
Block a user