foreground_radial

Function foreground_radial 

Source
pub fn foreground_radial(
    child: impl IntoUiNode,
    center: impl IntoVar<Point>,
    radius: impl IntoVar<GradientRadius>,
    stops: impl IntoVar<GradientStops>,
) -> UiNode
Expand description

P Radial gradient foreground.

This property applies a node::radial_gradient as foreground.