surfaceOpacity property

double? surfaceOpacity
final

Opacity level for the popover surface background.

Controls the transparency of the dropdown content's background. Values range from 0.0 (fully transparent) to 1.0 (fully opaque). If not specified, uses the theme's default surface opacity.

Implementation

final double? surfaceOpacity;