From 6e6d7dc6210c21ca3b273451d210b0642edbc3a0 Mon Sep 17 00:00:00 2001 From: Nilashish Roy <96123041+MrRoy121@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:46:23 +0600 Subject: [PATCH] Update lib/src/selection_dialog.dart Co-authored-by: Chandra Abdul Fattah --- lib/src/selection_dialog.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/selection_dialog.dart b/lib/src/selection_dialog.dart index 3145bd4..74d7d07 100644 --- a/lib/src/selection_dialog.dart +++ b/lib/src/selection_dialog.dart @@ -115,7 +115,7 @@ class _SelectionDialogState extends State { overflow: TextOverflow.fade, style: widget.headerTextStyle, ) - : const SizedBox(), + : const SizedBox.shrink(), if (!widget.hideCloseIcon) IconButton( padding: const EdgeInsets.all(0),