Update packages/pinball_ui/lib/src/widgets/pinball_button.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/280/head
Jorge Coca 3 years ago committed by GitHub
parent 7670116540
commit 9a8e2ff001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ class PinballButton extends StatelessWidget {
required this.onTap, required this.onTap,
}) : super(key: key); }) : super(key: key);
/// Text of the button /// Text of the button.
final String text; final String text;
/// Tap callback. /// Tap callback.

Loading…
Cancel
Save