Update packages/pinball_components/lib/src/components/score_text_effect.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/170/head
Erick 4 years ago committed by GitHub
parent 9afe69ca34
commit b2806d651e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@ class ScoreTextEffect extends TextComponent {
anchor: Anchor.center, anchor: Anchor.center,
priority: 100, priority: 100,
); );
late final Effect _effect; late final Effect _effect;
/// The [text] [Color] /// The [text] [Color]

Loading…
Cancel
Save