ScrollTransitionBuilder typedef

ScrollTransitionBuilder = Widget Function(BuildContext context, Widget widget, ScrollTransitionEvent event)

A function that builds a widget based on the current phase of the scroll animation.

Implementation

typedef ScrollTransitionBuilder = Widget Function(
  BuildContext context,
  Widget widget,
  ScrollTransitionEvent event,
);