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 2dc9a653c6
commit 64ecdfd352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,8 +13,8 @@ import 'package:pinball_ui/pinball_ui.dart';
/// from 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 user tries to navigate to the
/// Google IO site on the [InfoDisplay]. /// Google IO site from the [InfoDisplay].
typedef OnNavigateTap = void Function(); typedef OnNavigateTap = void Function();
final _titleTextPaint = TextPaint( final _titleTextPaint = TextPaint(

Loading…
Cancel
Save