foreground_conic

Function foreground_conic 

Source
pub fn foreground_conic(
    child: impl IntoUiNode,
    center: impl IntoVar<Point>,
    angle: impl IntoVar<AngleRadian>,
    stops: impl IntoVar<GradientStops>,
) -> UiNode
Expand description

P Conic gradient foreground.

This property applies a node::conic_gradient as foreground.