mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 15:28:44 +00:00
Migrate game_template to Material 3 (#1613)
This commit is contained in:
@@ -59,7 +59,7 @@ class LevelSelectionScreen extends StatelessWidget {
|
||||
),
|
||||
],
|
||||
),
|
||||
rectangularMenuArea: ElevatedButton(
|
||||
rectangularMenuArea: FilledButton(
|
||||
onPressed: () {
|
||||
GoRouter.of(context).go('/');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user