ColorBlender constructor

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

Implementation

const ColorBlender({this.color1, this.color2, this.blendWeight});