ClosingGesture constructor

const ClosingGesture(
  1. double velocity
)

Creates a ClosingGesture.

Implementation

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