flutter_tracker_widget library

Enums

ScrollStrategy
TrackerStrategy
跟踪策略

Typedefs

DisplayNotifier = void Function(BuildContext context, String id)
HitViewPortCondition = bool Function(double offset, double offsetEnd, double viewPortDimension)
The function that defines the area within which the widgets should be notified as inView.
InViewNotifierWidgetBuilder = Widget Function(BuildContext context, bool isInView, Widget? child)
ScrollWidgetBuilder = ScrollView Function(BuildContext context)