IsInViewPortCondition typedef Null safety
The function that defines the area within which the widgets should be notified as inView.
Implementation
typedef bool IsInViewPortCondition(
double deltaTop,
double deltaBottom,
double viewPortDimension,
);