flutter_tracker_wdiget library

Typedefs

InViewNotifierWidgetBuilder = Widget Function(BuildContext context, bool isInView, Widget? child)
IsInViewPortCondition = bool Function(double deltaTop, double deltaBottom, double viewPortDimension)
The function that defines the area within which the widgets should be notified as inView.