We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914387f commit 2eedb1dCopy full SHA for 2eedb1d
lib/src/play_session/play_session_screen.dart
@@ -76,7 +76,7 @@ class _PlaySessionScreenState extends State<PlaySessionScreen> {
76
Padding(
77
padding: const EdgeInsets.all(8.0),
78
child: SizedBox(
79
- width: double.infinity,
+ width: 300,
80
child: FilledButton(
81
onPressed: () => GoRouter.of(context).go('/play'),
82
child: const Text('Quit'),
0 commit comments