From 0e769d90713b93ef9a09701739dcd552b4cb437e Mon Sep 17 00:00:00 2001 From: Jorge Coca Date: Sun, 1 May 2022 16:56:43 -0500 Subject: [PATCH] Update lib/select_character/view/character_selection_page.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/select_character/view/character_selection_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/select_character/view/character_selection_page.dart b/lib/select_character/view/character_selection_page.dart index 26da917b..0d0e9df6 100644 --- a/lib/select_character/view/character_selection_page.dart +++ b/lib/select_character/view/character_selection_page.dart @@ -7,7 +7,7 @@ import 'package:pinball/start_game/start_game.dart'; import 'package:pinball_theme/pinball_theme.dart'; import 'package:pinball_ui/pinball_ui.dart'; -/// Inflates [CharacterSelectionDialog] using [showDialog] +/// Inflates [CharacterSelectionDialog] using [showDialog]. Future showCharacterSelectionDialog(BuildContext context) { return showDialog( context: context,