HeatmapGradient constructor
const
HeatmapGradient(
- List<
HeatmapGradientColor> colors, { - int colorMapSize = 256,
Creates a new HeatmapGradient object.
Implementation
const HeatmapGradient(
this.colors, {
this.colorMapSize = 256,
});