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),