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