dropdownColor property

Color? dropdownColor
final

The background color of the dropdown.

If it is not provided, the theme's Colors.white will be used instead.

Implementation

final Color? dropdownColor;