timeRemap static method
The time value in seconds
Implementation
static ValueDelegate<double> timeRemap(List<String> keyPath,
{double? value,
double Function(LottieFrameInfo<double>)? callback,
double? relative}) =>
_double(keyPath, LottieProperty.timeRemap, value, callback, relative);