InterpolationPoint constructor
InterpolationPoint({
- Color? color,
- ColorStyle? colorStyle,
- String? type,
- String? value,
Implementation
InterpolationPoint({
this.color,
this.colorStyle,
this.type,
this.value,
});