ColorStop constructor

const ColorStop(
  1. String color,
  2. double stop
)

Implementation

const ColorStop(this.color, this.stop);