pub fn radial_gradient(
center: impl IntoVar<Point>,
radius: impl IntoVar<GradientRadius>,
stops: impl IntoVar<GradientStops>,
) -> RadialGradientExpand description
Starts building a radial gradient with the radius and color stops.
Returns a node that is also a builder that can be used to refine the gradient definition.