VelocityEstimate constructor
Creates a dimensional velocity estimate.
Implementation
const VelocityEstimate({
required this.pixelsPerSecond,
required this.confidence,
required this.duration,
required this.offset,
});
Creates a dimensional velocity estimate.
const VelocityEstimate({
required this.pixelsPerSecond,
required this.confidence,
required this.duration,
required this.offset,
});