SwipeData constructor

const SwipeData({
  1. required double startDx,
  2. required double currentDx,
})

Implementation

const factory SwipeData({
  required double startDx,
  required double currentDx,
}) = _SwipeData;