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

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

@ -22,7 +22,7 @@ final _descriptionTextPaint = TextPaint(
); );
/// {@template share_display} /// {@template share_display}
/// Display that allows to share score on social networks. /// Display that allows users to share their score to social networks.
/// {@endtemplate} /// {@endtemplate}
class ShareDisplay extends Component with HasGameRef { class ShareDisplay extends Component with HasGameRef {
/// {@macro share_display} /// {@macro share_display}

Loading…
Cancel
Save