menuBackgroundColor property

Color? menuBackgroundColor
final

The background color of the menu and accesory controls above the menu in the editor.

// Defaults to:
Color(0xff1c1c1c)

Implementation

final Color? menuBackgroundColor;