surfaceBlur property

double? surfaceBlur
final

The blur radius applied to the dialog's surface for a frosted glass effect.

Type: double?

Usage: Values between 0-20 create depth. Defaults to theme values if null. Enhances visual hierarchy in layered UIs, common in Arcane's modal overlays.

Implementation

final double? surfaceBlur;