pub fn backdrop_saturate(
child: impl IntoUiNode,
amount: impl IntoVar<Factor>,
) -> UiNodeExpand description
P Adjust color saturation of everything behind the widget.
Zero fully desaturates, one is the original saturation.
This property is a shorthand way of setting backdrop_filter to Filter::new_saturate using variable mapping.