comboboxColor property

Color? comboboxColor
final

The background color of the combobox.

If it is not provided, the theme's ThemeData.canvasColor will be used instead.

Implementation

final Color? comboboxColor;