New lobby

This commit is contained in:
Andrew 2023-03-04 14:31:12 +07:00
parent 99151d0ec9
commit af85165943
6 changed files with 270 additions and 204 deletions

View file

@ -64,7 +64,7 @@ class _ColorPlateState extends State<ColorPlate> {
PopupMenuItem(
enabled: oldState != PlateState.marked,
value: "mark",
child: Text("Mark"),
child: const Text("Mark"),
),
const PopupMenuItem(
value: "cancel",