pub fn backdrop_blur(
child: impl IntoUiNode,
radius: impl IntoVar<Length>,
) -> UiNodeExpand 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.