BackgroundWidgetBuilder typedef

BackgroundWidgetBuilder = Widget Function(BuildContext context, SwipeUpdateDetails details)

Signature for a function that builds a widget given the progress of the dismissing action.

Used by Swipeable.backgroundBuilder.

Implementation

typedef BackgroundWidgetBuilder = Widget Function(
  BuildContext context,
  SwipeUpdateDetails details,
);