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