backgroundBlur
Background blur, a planned feature.
Key Properties
backgroundBlur: number | BlurEffect
Background blur.
ts
interface BlurEffect {
blur: number
visible?: boolean
}