DismissGesture constructor

const DismissGesture(
  1. EndGesture? endGesture
)

Creates a DismissGesture.

Implementation

const DismissGesture(this.endGesture);