Fixed the Issue #50.
Typo: "Country" not "County" #50 Fixed the header text getting Spelling error.
This commit is contained in:
@@ -156,7 +156,7 @@ class CountryCodePicker extends StatefulWidget {
|
|||||||
const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
||||||
this.searchPadding = const EdgeInsets.symmetric(horizontal: 24),
|
this.searchPadding = const EdgeInsets.symmetric(horizontal: 24),
|
||||||
this.headerAlignment = MainAxisAlignment.spaceBetween,
|
this.headerAlignment = MainAxisAlignment.spaceBetween,
|
||||||
this.headerText = "Select County",
|
this.headerText = "Select Country",
|
||||||
this.headerTextStyle =
|
this.headerTextStyle =
|
||||||
const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
||||||
this.hideHeaderText = false,
|
this.hideHeaderText = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user