CountryTheme constructor
CountryTheme({
- Color? labelColor,
- String? searchText,
- String? searchHintText,
- String? lastPickText,
- Color? alphabetSelectedBackgroundColor,
- Color? alphabetTextColor,
- Color? alphabetSelectedTextColor,
- bool? isShowTitle,
- bool? isShowFlag,
- bool? isShowPrefix,
- bool? isDownIcon,
- String? initialSelection,
- String? language,
Implementation
CountryTheme(
{this.labelColor,
this.searchText,
this.searchHintText,
this.lastPickText,
this.alphabetSelectedBackgroundColor,
this.alphabetTextColor,
this.alphabetSelectedTextColor,
this.isShowTitle,
this.isShowFlag,
this.isShowPrefix,
this.isDownIcon,
this.initialSelection,
this.language});