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