DataColorPalette constructor

DataColorPalette({
  1. List<String>? colors,
  2. String? emptyFillColor,
  3. List<String>? minMaxGradient,
})

Implementation

DataColorPalette({
  this.colors,
  this.emptyFillColor,
  this.minMaxGradient,
});