From 3bbd4e7e62ff64f11290e12378930fe271166b3a Mon Sep 17 00:00:00 2001 From: Nilashish Roy Date: Fri, 7 Feb 2025 21:29:56 +0600 Subject: [PATCH] Fixed the Issue #50. Typo: "Country" not "County" #50 Fixed the header text getting Spelling error. --- lib/country_code_picker.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/country_code_picker.dart b/lib/country_code_picker.dart index 52436aa..3d6f320 100644 --- a/lib/country_code_picker.dart +++ b/lib/country_code_picker.dart @@ -156,7 +156,7 @@ class CountryCodePicker extends StatefulWidget { const EdgeInsets.symmetric(horizontal: 24, vertical: 8), this.searchPadding = const EdgeInsets.symmetric(horizontal: 24), this.headerAlignment = MainAxisAlignment.spaceBetween, - this.headerText = "Select County", + this.headerText = "Select Country", this.headerTextStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.bold), this.hideHeaderText = false,