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

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/355/head
Erick 3 years ago committed by GitHub
parent 1f1ef40fc0
commit 58fd868e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ class ErrorComponent extends SpriteComponent with HasGameRef {
position: position,
);
/// Label text that will be show on as the error message.
/// Text shown on the error message.
final String label;
final TextPaint _textPaint;

Loading…
Cancel
Save