pub fn blur(child: impl UiNode, radius: impl IntoVar<Length>) -> impl UiNode
P Blur the widget.
P
This property is a shorthand way of setting filter to Filter::new_blur using variable mapping.
filter
Filter::new_blur