EasingFunction typedef

EasingFunction = double Function(double t)

Function type for easing functions

Implementation

typedef EasingFunction = double Function(double t);