PropertyLerp<T> typedef

PropertyLerp<T> = T? Function(T? a, T? b, double t)

Implementation

typedef PropertyLerp<T> = T? Function(T? a, T? b, double t);