backdrop_sepia

Function backdrop_sepia 

Source
pub fn backdrop_sepia(
    child: impl IntoUiNode,
    amount: impl IntoVar<Factor>,
) -> UiNode
Expand description

P Sepia tone everything behind the widget.

zero is the original colors, one is the full desaturated brown look.

This property is a shorthand way of setting backdrop_filter to Filter::new_sepia using variable mapping.