lightTheme method
Set a custom theme (light theme)
Implementation
CountryPickerBuilder lightTheme() {
_themeData = CountryPickerThemeData.light;
return this;
}
Set a custom theme (light theme)
CountryPickerBuilder lightTheme() {
_themeData = CountryPickerThemeData.light;
return this;
}