foreground_gradient

Function foreground_gradient 

Source
pub fn foreground_gradient(
    child: impl IntoUiNode,
    axis: impl IntoVar<LinearGradientAxis>,
    stops: impl IntoVar<GradientStops>,
) -> UiNode
Expand description

P Linear gradient overlay.

This property applies a node::linear_gradient as foreground.