Component - Backdrop filter (blur effects)
This UI component shows how to apply a blur effect behind a widget using a backdrop filter. It creates a frosted glass look by blurring the background behind a semi-transparent container.
This UI component shows how to apply a blur effect behind a widget using a backdrop filter. It creates a frosted glass look by blurring the background behind a semi-transparent container.
Scaffold ├─ Stack │ ├─ Image (background) │ └─ BackdropFilter │ └─ Container (semi-transparent) └─ Center └─ Text