swipeable_card
swipeable_card copied to clipboard
Add customizable scroll sensitivity
Sensitivity is the multiplier value for card scrolling.
Something like this:
_childAlign = Alignment(
_childAlign.x + SENSITIVITY * details.delta.dx / screenWidth,
_childAlign.y + SENSITIVITY * details.delta.dy / screenHeight,
);