Open byblady opened 3 years ago
@byblady you can try to wrap TextDropdownFormField() in DefaultTextStyle like so:
DefaultTextStyle(style:TextStyle(color:Colors.blue),child:TextDropdownFormField())
and see if this helps you
it doesn't work! @VladRoscaDev
When wanting to change the color of the search text, it does nothing, since when the dark theme is used the text stays in black, could you tell me if there is another way to change the color, thanks
searchTextStyle: TextStyle(color: Colors.blue),