pub fn foreground_conic(
child: impl IntoUiNode,
center: impl IntoVar<Point>,
angle: impl IntoVar<AngleRadian>,
stops: impl IntoVar<GradientStops>,
) -> UiNodeExpand description
P Conic gradient foreground.
This property applies a node::conic_gradient as foreground.