ChartRamp constructor

const ChartRamp(
  1. List<UvColor> colors
)

Creates a ramp from an explicit list of UvColors.

Implementation

const ChartRamp(this.colors);