SvgRadialGradient class

Inheritance

Constructors

SvgRadialGradient.new(GradientUnits? gradientUnits, double? r, double? cx, double? cy, double? fr, double? fx, double? fy, SvgTransform transform, List<PdfColor?> colors, List<double> stops, List<double> opacityList)
const
SvgRadialGradient.fromXml(XmlElement element, SvgPainter painter)
factory

Properties

color PdfColor?
finalinherited
colors List<PdfColor?>
finalinherited
cx double?
final
cy double?
final
fr double?
final
fx double?
final
fy double?
final
gradientUnits GradientUnits?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inherit bool
finalinherited
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
opacity double?
finalinherited
opacityList List<double>
finalinherited
r double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stops List<double>
finalinherited
transform SvgTransform
finalinherited

Methods

buildGradient(SvgOperation op, PdfGraphics canvas, List<PdfColor?> colors) PdfPattern
override
merge(SvgColor other) SvgColor
inherited
mergeWith(SvgRadialGradient other) SvgRadialGradient
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFillColor(SvgOperation op, PdfGraphics canvas) → void
inherited
setStrokeColor(SvgOperation op, PdfGraphics canvas) → void
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited