Implemented fullscreen dialog

This commit is contained in:
Felix Kirchner
2025-04-19 11:29:24 +02:00
parent b2fcdf885d
commit 661dab488e
2 changed files with 10 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
Navigator.push(
context,
CupertinoPageRoute(
fullscreenDialog: true,
builder: (context) => RoundView(
gameSession: widget.gameSession,
roundNumber: index + 1),