dropdownColor property
final
The background color of the dropdown.
If it is not provided, the theme's ThemeData.canvasColor will be used instead.
Implementation
final Color? dropdownColor;
The background color of the dropdown.
If it is not provided, the theme's ThemeData.canvasColor will be used instead.
final Color? dropdownColor;