CountryCodePicker
CountryCodePicker copied to clipboard
customizing search Style text color is given but not working
searchStyle: TextStyle( color: goldenColor, backgroundColor: goldenColor, fontWeight: FontWeight.bold, ),
Tried changing the text color of the search bar but not working... (goldenColor is my declared color so no worry on that)
Are you sure that the goldenColor is a Color object?
it is my code:
searchStyle: TextStyle( color: Color(0xFF121252), backgroundColor: Color(0x8FFFD700), fontWeight: FontWeight.bold),
result: