customTransformCallback property

CardSwipeTransforms? Function(int cardIndex, CardSwipeTransforms baseTransforms, double swipeProgress, List<int> removedCards, double cardWidth, double cardSpacing)? customTransformCallback
final

Implementation

final CardSwipeTransforms? Function(
  int cardIndex,
  CardSwipeTransforms baseTransforms,
  double swipeProgress,
  List<int> removedCards,
  double cardWidth,
  double cardSpacing,
)? customTransformCallback;