SvgGradientStopStyle constructor

SvgGradientStopStyle(
  1. double? offset,
  2. SvgColor? color,
  3. int? alpha
)

Implementation

SvgGradientStopStyle(this.offset, this.color, this.alpha);