Update packages/pinball_ui/lib/src/dialog/pinball_dialog.dart

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

@ -16,10 +16,10 @@ class PinballDialog extends StatelessWidget {
/// Title shown in the dialog. /// Title shown in the dialog.
final String title; final String title;
/// Optional subtitle shown below the [title] /// Optional subtitle shown below the [title].
final String? subtitle; final String? subtitle;
/// Body of the dialog /// Body of the dialog.
final Widget child; final Widget child;
@override @override

Loading…
Cancel
Save