Added ignore statement

This commit is contained in:
Felix Kirchner
2025-04-22 23:35:09 +02:00
parent af7e1f2dea
commit 5a4d4ae18d

View File

@@ -79,6 +79,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
? Text('', style: TextStyle(fontSize: 22))
: Text('', style: TextStyle(fontSize: 22)),
onTap: () async {
// ignore: unused_local_variable
final val = await Navigator.push(
context,
CupertinoPageRoute(