update local popup button
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
class LocalPopupMenu {
|
||||
int id;
|
||||
String? textKey;
|
||||
String? text;
|
||||
bool selected;
|
||||
bool highlight;
|
||||
bool enabled;
|
||||
LocalPopupMenu(
|
||||
{required this.id,
|
||||
this.textKey,
|
||||
this.text,
|
||||
this.selected = false,
|
||||
this.highlight = false,
|
||||
this.enabled = true});
|
||||
|
||||
Reference in New Issue
Block a user