add packages, receiving & processing
This commit is contained in:
8
lib/pages/widgets/local_popupmenu.dart
Normal file
8
lib/pages/widgets/local_popupmenu.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class LocalPopupMenu {
|
||||
int id;
|
||||
String textKey;
|
||||
bool selected;
|
||||
bool highlight;
|
||||
LocalPopupMenu(
|
||||
{this.id, this.textKey, this.selected = false, this.highlight = false});
|
||||
}
|
||||
Reference in New Issue
Block a user