Function zng::widget::foreground_radial
source ยท pub fn foreground_radial(
child: impl UiNode,
center: impl IntoVar<Point>,
radius: impl IntoVar<GradientRadius>,
stops: impl IntoVar<GradientStops>,
) -> impl UiNode
Expand description
P
Radial gradient foreground.
This property applies a node::radial_gradient
as foreground
.