Interpolator<T> typedef
Interpolator<T> =
T Function(double t)
An interpolator function type.
Implementation
typedef Interpolator<T> = T Function(double t);
An interpolator function type.
typedef Interpolator<T> = T Function(double t);