InterpolationPoint constructor

InterpolationPoint({
  1. Color? color,
  2. ColorStyle? colorStyle,
  3. String? type,
  4. String? value,
})

Implementation

InterpolationPoint({
  this.color,
  this.colorStyle,
  this.type,
  this.value,
});