surfaceOpacity property

double? surfaceOpacity
final

The opacity level of the dialog's surface, for transparency effects.

Type: double?

Usage: Range 0.0 (transparent) to 1.0 (opaque). Complements surfaceBlur for modern aesthetics. Null uses theme defaults, ideal for consistent theming across Date and Confirm variants.

Implementation

final double? surfaceOpacity;