accentColor method
Set the accent color
Implementation
CountryPickerBuilder accentColor(Color? color) {
_themeData = _themeData.copyWith(accentColor: color);
return this;
}
Set the accent color
CountryPickerBuilder accentColor(Color? color) {
_themeData = _themeData.copyWith(accentColor: color);
return this;
}