CarpenterColorScaleConfig constructor
const
CarpenterColorScaleConfig({})
Создает настройку шкалы.
Implementation
const CarpenterColorScaleConfig({
this.seed,
this.steps = carpenterDefaultColorSteps,
this.colors = const {},
this.neutral = false,
this.chroma,
});