menuOpacity property

double? menuOpacity
final

Menu background opacity.

Used by FlexColorScheme to modify the opacity the themed MenuBar, MenuAnchor and DropDownMenu background color.

Defaults to undefined (null). If undefined, produced result is same as 1, fully opaque.

Implementation

final double? menuOpacity;