From 82acd039de60c030d89227891c2181033aa45fe5 Mon Sep 17 00:00:00 2001 From: Nilashish Roy <96123041+MrRoy121@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:45:49 +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 8c4b3fd..a56f515 100644 --- a/lib/src/selection_dialog.dart +++ b/lib/src/selection_dialog.dart @@ -43,7 +43,7 @@ class SelectionDialog extends StatefulWidget { this.favoriteElements, { Key? key, this.showCountryOnly, - this.hideHeaderText = false, + this.hideHeaderText = true, this.emptySearchBuilder,this.headerAlignment = MainAxisAlignment.spaceBetween, this.headerTextStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),