SwipableStackOverlayBuilder typedef

SwipableStackOverlayBuilder = Widget Function(BuildContext context, BoxConstraints constraints, int index, SwipeDirection direction, double swipeProgress)

Builder for displaying an overlay on the most foreground card.

Implementation

typedef SwipableStackOverlayBuilder = Widget Function(
  BuildContext context,
  BoxConstraints constraints,
  int index,
  SwipeDirection direction,
  double swipeProgress,
);