mapStops property

List<double> mapStops
getter/setter pair

List of color map stops. If original map did not contain stops for 0.0 and 1.0, then it is automatically added and its color values are automatically computed based on colors around it. The list is always ordered from smallest value to largest value.

Implementation

List<double> mapStops = <double>[];