ValuePoint constructor
Creates a ValuePoint with the given time (ms) and value (0.0–1.0).
Implementation
const ValuePoint({required this.time, required this.value});
Creates a ValuePoint with the given time (ms) and value (0.0–1.0).
const ValuePoint({required this.time, required this.value});