SimpleSwipeConfig constructor

const SimpleSwipeConfig({
  1. double verticalThreshold = 50.0,
  2. double horizontalThreshold = 50.0,
  3. SwipeDetectionMoment swipeDetectionMoment = SwipeDetectionMoment.onEnd,
})

Implementation

const SimpleSwipeConfig({
  this.verticalThreshold = 50.0,
  this.horizontalThreshold = 50.0,
  this.swipeDetectionMoment = SwipeDetectionMoment.onEnd,
});