SwipableStackOverlayBuilder typedef

SwipableStackOverlayBuilder = Widget Function(BuildContext context, OverlaySwipeProperties swipeProperty)

Builder for displaying an overlay on the most foreground card.

Implementation

typedef SwipableStackOverlayBuilder = Widget Function(
  BuildContext context,
  OverlaySwipeProperties swipeProperty,
);