SvgRadialGradient constructor
const
SvgRadialGradient()
Implementation
const SvgRadialGradient(
GradientUnits? gradientUnits,
this.r,
this.cx,
this.cy,
this.fr,
this.fx,
this.fy,
SvgTransform transform,
List<PdfColor?> colors,
List<double> stops,
List<double> opacityList,
) : super(gradientUnits, transform, colors, stops, opacityList);