blur

Function blur 

Source
pub fn blur(child: impl IntoUiNode, radius: impl IntoVar<Length>) -> UiNode
Expand description

P Blur the widget.

This property is a shorthand way of setting filter to Filter::new_blur using variable mapping.