mirror of
https://github.com/flutter/samples.git
synced 2026-04-19 13:32:43 +00:00
Migrate game_template to Material 3 (#1613)
This commit is contained in:
@@ -61,7 +61,7 @@ class WinGameScreen extends StatelessWidget {
|
||||
),
|
||||
],
|
||||
),
|
||||
rectangularMenuArea: ElevatedButton(
|
||||
rectangularMenuArea: FilledButton(
|
||||
onPressed: () {
|
||||
GoRouter.of(context).go('/play');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user