Update lib/select_character/view/character_selection_page.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/280/head
Jorge Coca 3 years ago committed by GitHub
parent 78912fb1d2
commit 0e769d9071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ import 'package:pinball/start_game/start_game.dart';
import 'package:pinball_theme/pinball_theme.dart'; import 'package:pinball_theme/pinball_theme.dart';
import 'package:pinball_ui/pinball_ui.dart'; import 'package:pinball_ui/pinball_ui.dart';
/// Inflates [CharacterSelectionDialog] using [showDialog] /// Inflates [CharacterSelectionDialog] using [showDialog].
Future<void> showCharacterSelectionDialog(BuildContext context) { Future<void> showCharacterSelectionDialog(BuildContext context) {
return showDialog<void>( return showDialog<void>(
context: context, context: context,

Loading…
Cancel
Save