backdrop_blur

Function backdrop_blur 

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