Fix lack of margin for responsive dialogs.

This commit is contained in:
Dain Nilsson 2022-05-19 11:13:12 +02:00
parent 92d2d422ad
commit 388d69687a
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -51,7 +51,6 @@ class _ResponsiveDialogState extends State<ResponsiveDialog> {
: 'Cancel';
return DialogFrame(
child: AlertDialog(
insetPadding: EdgeInsets.zero,
title: widget.title,
scrollable: true,
content: SizedBox(