void reset({int? newDuration, int? newInitialDuration}) => resetCallback ?.call(newDuration: newDuration, newInitialDuration: newInitialDuration);