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