SvgLinearGradient constructor
const
SvgLinearGradient()
Implementation
const SvgLinearGradient(
GradientUnits? gradientUnits,
this.x1,
this.y1,
this.x2,
this.y2,
SvgTransform transform,
List<PdfColor?> colors,
List<double> stops,
List<double> opacityList)
: super(gradientUnits, transform, colors, stops, opacityList);