HitViewPortCondition typedef

HitViewPortCondition = bool Function(double deltaTop, double deltaBottom, double viewPortDimension)

The function that defines the area within which the widgets should be notified as inView.

Implementation

typedef bool HitViewPortCondition(
  double deltaTop,
  double deltaBottom,
  double viewPortDimension,
);