HitViewPortCondition typedef

HitViewPortCondition = bool Function(double offset, double offsetEnd, double viewPortDimension)

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

Implementation

typedef bool HitViewPortCondition(
  double offset,
  double offsetEnd,
  double viewPortDimension,
);