SaturationColorBlender constructor

const SaturationColorBlender({
  1. Color? color1,
  2. Color? color2,
  3. double? blendWeight = 0.5,
})

Implementation

const SaturationColorBlender({
  super.color1,
  super.color2,
  super.blendWeight = 0.5,
});