zng_wgt_filter

Function blur

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

P Blur the widget.

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