SvgRadialGradientColor class SVG DOM

Inheritance

Constructors

SvgRadialGradientColor({required SvgCoordinate? cx, required SvgCoordinate? cy, required SvgCoordinate? fx, required SvgCoordinate? fy, required SvgCoordinate? r, required bool? objectBoundingBox, required Affine? transform, required SIGradientSpreadMethod? spreadMethod})

Properties

cx SvgCoordinate?
final
cy SvgCoordinate?
final
fx SvgCoordinate?
final
fy SvgCoordinate?
final
hashCode int
The hash code for this object.
no setterinherited
objectBoundingBox bool?
finalinherited
parent SvgGradientColor?
getter/setter pairinherited
r SvgCoordinate?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadMethod SIGradientSpreadMethod?
getter/setter pairinherited
stops List<SvgGradientStop>?
getter/setter pairinherited
transform Affine?
getter/setter pairinherited

Methods

addStop(SvgGradientStop s) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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