CountryCodePicker icon indicating copy to clipboard operation
CountryCodePicker copied to clipboard

customizing search Style text color is given but not working

Open Anas-jed opened this issue 3 years ago • 1 comments

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)

Anas-jed avatar Jul 02 '21 11:07 Anas-jed

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: Screenshot from 2021-07-16 16-02-09

xana-rahmani avatar Jul 16 '21 11:07 xana-rahmani