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