flutter_tracker_widget library

Enums

TrackerStrategy
跟踪策略

Typedefs

DisplayNotifier = void Function(BuildContext context, String id)
HitViewPortCondition = bool Function(double deltaTop, double deltaBottom, 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)