Fixed the Issue #50.

Typo: "Country" not "County" #50

Fixed the header text getting Spelling error.
This commit is contained in:
Nilashish Roy
2025-02-07 21:29:56 +06:00
parent 308f7b222c
commit 3bbd4e7e62

View File

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