Update packages/pinball_components/sandbox/lib/stories/error_component/error_component_game.dart

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

@ -6,7 +6,7 @@ class ErrorComponentGame extends AssetsGame {
ErrorComponentGame({required this.text});
static const description =
'Static example showing how error components looks like.';
'Shows how ErrorComponents are rendered.';
final String text;

Loading…
Cancel
Save