add shipments
This commit is contained in:
@@ -3,6 +3,11 @@ class LocalPopupMenu {
|
||||
String textKey;
|
||||
bool selected;
|
||||
bool highlight;
|
||||
bool enabled;
|
||||
LocalPopupMenu(
|
||||
{this.id, this.textKey, this.selected = false, this.highlight = false});
|
||||
{this.id,
|
||||
this.textKey,
|
||||
this.selected = false,
|
||||
this.highlight = false,
|
||||
this.enabled = true});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user