GradientStop constructor

GradientStop(
  1. double offset,
  2. int color
)

Implementation

GradientStop(this.offset, this.color);