0

Im trying to change the font color of my DropdownButton in flutter right now its black and i want to change it to white is there any way to do this?

DropDownButton

Thank you for you time.

André Sousa
  • 187
  • 4
  • 17

1 Answers1

1

You could use the style argument. heres the docs

style: TextStyle(color: Colors.deepPurple)
Slah Layouni
  • 650
  • 3
  • 9