revealAnimation property

  1. @override
SwipeAnimation revealAnimation
override

Implementation

@override
SwipeAnimation get revealAnimation {
  return (progress) => Matrix4.identity()
    ..translate(
        cardSpacingWidthFactor * (screenSize?.width ?? 500) * progress);
}