background_gradient

Function background_gradient 

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

P Linear gradient background.

This property applies a node::linear_gradient as background.