Creates a new color sequence from a list of colors and a list of colorStops.
ColorSequence(this.colors, this.colorStops) { assert(colors != null); assert(colorStops != null); assert(colors.length == colorStops.length); }