Velocity constructor

const Velocity({
  1. required Offset pixelsPerSecond,
})

Creates a Velocity.

Implementation

const Velocity({
  required this.pixelsPerSecond,
});