SvgGradientStop constructor
SvgGradientStop(})
Implementation
SvgGradientStop(this._offset, this._color, this._alpha,
{this.id, this.styleClass = ''}) {
if (color is SvgGradientColor) {
throw StateError('Internal error: Gradient stop cannot be gradient');
}
}