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,