StillGesture constructor

const StillGesture(
  1. GestureDirection direction
)

Creates a StillGesture.

Implementation

const StillGesture(this.direction) : super(0);