Function zng_wgt_filter::backdrop_blur
source ยท pub fn backdrop_blur(
child: impl UiNode,
radius: impl IntoVar<Length>,
) -> impl UiNode
Expand description
P
Blur the everything behind the widget.
This property is a shorthand way of setting backdrop_filter
to Filter::new_blur
using variable mapping.