Update lib/game/components/backbox/displays/info_display.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/359/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 60a26c052e
commit 2dc9a653c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,8 +9,8 @@ import 'package:pinball_components/pinball_components.dart';
import 'package:pinball_flame/pinball_flame.dart'; import 'package:pinball_flame/pinball_flame.dart';
import 'package:pinball_ui/pinball_ui.dart'; import 'package:pinball_ui/pinball_ui.dart';
/// Signature for the callback called when the used tries to share the score /// Signature for the callback called when the user tries to share their score
/// on the [InfoDisplay]. /// from the [InfoDisplay].
typedef OnShareTap = void Function(); typedef OnShareTap = void Function();
/// Signature for the callback called when the used tries to navigate to the /// Signature for the callback called when the used tries to navigate to the

Loading…
Cancel
Save