OnSwipe constructor

OnSwipe({
  1. required OnSwipeDirection direction,
})

Implementation

OnSwipe({
  required this.direction,
});