Function zng::widget::foreground_conic
source ยท pub fn foreground_conic(
child: impl UiNode,
center: impl IntoVar<Point>,
angle: impl IntoVar<AngleRadian>,
stops: impl IntoVar<GradientStops>,
) -> impl UiNode
Expand description
P
Conic gradient foreground.
This property applies a node::conic_gradient
as foreground
.