mirror of
https://github.com/flutter/samples.git
synced 2026-04-05 11:11:23 +00:00
Migrate game_template to Material 3 (#1613)
This commit is contained in:
@@ -93,7 +93,7 @@ class _PlaySessionScreenState extends State<PlaySessionScreen> {
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: SizedBox(
|
||||
width: double.infinity,
|
||||
child: ElevatedButton(
|
||||
child: FilledButton(
|
||||
onPressed: () => GoRouter.of(context).go('/play'),
|
||||
child: const Text('Back'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user