null safety
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
class LocalPopupMenu {
|
||||
int id;
|
||||
String textKey;
|
||||
String? textKey;
|
||||
bool selected;
|
||||
bool highlight;
|
||||
bool enabled;
|
||||
LocalPopupMenu(
|
||||
{this.id,
|
||||
{required this.id,
|
||||
this.textKey,
|
||||
this.selected = false,
|
||||
this.highlight = false,
|
||||
|
||||
Reference in New Issue
Block a user