OpeningGesture constructor

const OpeningGesture(
  1. double velocity
)

Creates an OpeningGesture.

Implementation

const OpeningGesture(double velocity) : super(velocity);