diff --git a/lib/presentation/views/round_view.dart b/lib/presentation/views/round_view.dart index 050c2f2..f9ef0ee 100644 --- a/lib/presentation/views/round_view.dart +++ b/lib/presentation/views/round_view.dart @@ -339,6 +339,8 @@ class _RoundViewState extends State { ]; } + /// Shows a Cupertino action sheet to select the player who has Kamikaze. + /// It returns true if a player was selected, false if the action was cancelled. Future _showKamikazeSheet(BuildContext context) async { return await showCupertinoModalPopup( context: context,